Search

You can find the results of your search below.

breeze
10 Hits, Last modified:
. } </code> <code> 100 if ( not condition ) goto 200 110 code for when true ... 190 goto 300 200 code for when false ... 300 continue ... </code> ==== S... > 100 if ( [ get greeting ] == "hello" ) goto 300 200 if ( [ get greeting ] == "hello" ) [ goto 300 ] ... second parameter, but otherwise ignored. On line 200 there is a coding error, but not a syntax error.