update pygments to support python3
This commit is contained in:
9
vendor/pygments/tests/examplefiles/cbmbas_example
vendored
Normal file
9
vendor/pygments/tests/examplefiles/cbmbas_example
vendored
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user