update pygments to support python3

This commit is contained in:
everyx
2014-05-06 01:25:08 +08:00
parent ecc0c66006
commit 70305b971a
164 changed files with 24351 additions and 1445 deletions

View 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