| Posted: 11:28am 09 Aug 2019 |
Copy link to clipboard |
 Print this post |
|
'This is a comment do j= peek(progmem,i) if j=39 then s=1 if j=0 then if s then s=0 print "" endif j= peek(progmem,i+1) 'comment this line if j=0 then exit do endif if s then print chr$(j); i=i+1 loop 'This is another comment print "Thats all folks" Edited 2019-08-09 21:42 by matherp |