Search

You can find the results of your search below.

breeze @computers:arduino
10 Hits, Last modified:
e this subroutine in more detail. <code> 110 set count 10 210 if ( [ get count ] == 0 ) goto 310 220 display [ get count ] 230 set count ( [ get count ] - 1 ) 240 goto 210 310 display "Blast Off!" </code> <code> 100 # CountD