fixing + operator

This commit is contained in:
minjaesong
2020-12-02 21:31:59 +09:00
parent 856764c936
commit 1ef1f5eab8
3 changed files with 16 additions and 27 deletions

View File

@@ -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