Data update
This commit is contained in:
parent
35bcdeebf8
commit
74c69a0df6
2427 changed files with 31826 additions and 3468 deletions
|
|
@ -0,0 +1,14 @@
|
|||
DO
|
||||
READ test$
|
||||
IF test$ = "~" THEN EXIT DO
|
||||
IF LEN(test$) > LEN(test1$) THEN
|
||||
test1$ = test$
|
||||
test2$ = test1$ + CHR$(10)
|
||||
ELSEIF LEN(test$) = LEN(test1$) THEN
|
||||
LET test2$ = test2$ + test$ + CHR$(10)
|
||||
END IF
|
||||
LOOP
|
||||
|
||||
PRINT (test2$)
|
||||
|
||||
DATA "a", "bb", "ccc", "ddd", "ee", "f", "ggg", "~" : ' la tilde es solo para mantener el código compacto
|
||||
Loading…
Add table
Add a link
Reference in a new issue