|
|
1.1 ! moko 1: @main[] ! 2: $n(1) ! 3: ! 4: # code junctions ignore in expression flag, this it works ! 5: $x(^if(2){^n.int[]^n.int[]}) ! 6: $x ! 7: ! 8: #this code will work if OPTIMIZE_CALL is undefined after OP_PREPARE_TO_EXPRESSION removed (#1104) ! 9: ^try-catch{ $y(^test[]) } ! 10: $y ! 11: ! 12: @test[] ! 13: #test is in expression + CO_WITHOUT_WCONTEXT is on by default, thus exception ! 14: ^n.int[]^n.int[]