rf-web/vendor/bundle/gems/rouge-3.12.0/lib/rouge/demos/bbcbasic

7 lines
136 B
Plaintext
Raw Normal View History

2019-10-21 08:18:17 +00:00
REM > DefaultFilename
REM Ordinary comment
FOR n=1 TO 10
PRINTTAB(n)"Hello there ";FNnumber(n)DIV3+1
NEXT:END
DEFFNnumber(x%)=ABS(x%-4)