Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
10 INPUT a$
|
||||
20 LET b$=""
|
||||
30 FOR x=1 TO LEN a$
|
||||
40 LET k=CODE a$(x)
|
||||
50 IF k<32 OR k>164 THEN GOTO 70
|
||||
60 LET b$=b$+a$(k)
|
||||
70 NEXT x
|
||||
80 PRINT LEN b$
|
||||
Loading…
Add table
Add a link
Reference in a new issue