Search

You can find the results of your search below.

breeze
2 Hits, Last modified:
aces}. <code> if ( condition ) { code for when true ... } else { code for when false ... } </code> ... 0 if ( not condition ) goto 200 110 code for when true ... 190 goto 300 200 code for when false ... 300