dos: text substitution using dollar sign

This commit is contained in:
minjaesong
2021-01-29 10:28:56 +09:00
parent b73c000d43
commit 91fdc7ec99
15 changed files with 1050 additions and 550 deletions

View File

@@ -1,2 +1,2 @@
10 print(chr(47+round(rnd(1))*45);)
20 goto 10
10 PRINT(CHR(47+ROUND(RND(1))*45);)
20 GOTO 10