Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
10 LET d=0: REM depth
|
||||
100 PRINT AT 1,1; "Recursion depth: ";d
|
||||
110 LET d=d+1
|
||||
120 GO SUB 100: REM recursion
|
||||
130 RETURN: REM this is never reached
|
||||
200 STOP
|
||||
Loading…
Add table
Add a link
Reference in a new issue