Deprecate DEF-less definitions (#1193)

This commit is contained in:
Rangi
2023-11-02 05:18:59 -04:00
committed by GitHub
parent 02f06407b1
commit bb7c34db65
79 changed files with 351 additions and 264 deletions

View File

@@ -1,4 +1,4 @@
n=1
def n=1
rept 10
print "A"
for x, 10
@@ -12,6 +12,6 @@ rept 10
break
endc
println "Z"
n=n+1
def n=n+1
endr
println "\nn={d:n} x={d:x}"