mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-10 23:04:04 +09:00
fixing + operator
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
1 rem RANDOM MAZE
|
||||
10 print(chr$(47+round(rnd(1))*45);)
|
||||
10 print(chr(47+round(rnd(1))*45);)
|
||||
20 goto 10
|
||||
|
||||
Reference in New Issue
Block a user