Search
You can find the results of your search below.
Fulltext results:
- breeze @computers:arduino
- lse { code for when false ... } </code> <code> 100 if ( not condition ) goto 200 110 code for when t... ame syntax can be used for comparisons... <code> 100 if ( [ get greeting ] == "hello" ) goto 300 200 i... ogram look more natural. The word "goto" on line 100 is accepted by "if" as its second parameter, but ... goto 210 310 display "Blast Off!" </code> <code> 100 # CountDown "This is the entry point to this sect