summaryrefslogtreecommitdiff
path: root/tests/examplefiles/cbmbas_example
blob: 8d8ded9e7a3b03b65827c98b12f8385c2a99b557 (plain)
1
2
3
4
5
6
7
8
9
10 rem cbm basic v2 example
20 rem comment with keywords: for, data
30 dim a$(20)
35 rem the typical space efficient form of leaving spaces out:
40 fort=0to15:poke646,t:print"{revers on}     ";:next
50 geta$:ifa$=chr$(0):goto40
55 rem it is legal to omit the closing " on line end
60 print"{white}":print"bye...
70 end