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 INPUT S$
|
||||
20 LET T$=""
|
||||
30 FOR I=LEN S$ TO 1 STEP -1
|
||||
40 LET T$=T$+S$(I)
|
||||
50 NEXT I
|
||||
60 PRINT T$
|
||||
Loading…
Add table
Add a link
Reference in a new issue