Family Day update
This commit is contained in:
parent
aac6731f2c
commit
9ad63ea473
2442 changed files with 39761 additions and 8255 deletions
|
|
@ -1,2 +1,8 @@
|
|||
10 INPUT A$
|
||||
20 PRINT LEN(A$)
|
||||
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