Search
You can find the results of your search below.
Fulltext results:
- breeze
- syntax implied what type of word we're about to encounter before we had to process it. If we make a sma... 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