|
|
| version 1.1, 2020/06/26 15:46:14 | version 1.3, 2024/12/10 21:39:20 |
|---|---|
| Line 15 X: ^test345[X] | Line 15 X: ^test345[X] |
| X: ^fail[X] | X: ^fail[X] |
| Y: ^fail[Y] ^rem{will work without OPTIMIZE_CALL} | Y: ^fail[Y] ^rem{will work without OPTIMIZE_CALL} |
| Z: ^gpf345[] | |
| first call wcontext: ^json:string[^v1[]] ^json:string[^v1[R]] ^json:string[^v1[]] ^json:string[^v1[R]] | |
| first call result: ^json:string[^v2[R]] ^json:string[^v2[]] ^json:string[^v2[R]] ^json:string[^v2[]] | |
| @test[value] | @test[value] |
| no result | no result |
| ^if($value eq 'X'){ | ^if($value eq 'X'){ |
| Line 41 no result | Line 46 no result |
| } | } |
| $result[result] | $result[result] |
| @gpf345[] | |
| ^return{code} | |
| @v1[r] | |
| w ^if($r eq 'R'){ $result[R] } W | |
| @v2[r] | |
| w ^if($r eq 'R'){ $result[R] } W |