Data update
This commit is contained in:
parent
35bcdeebf8
commit
74c69a0df6
2427 changed files with 31826 additions and 3468 deletions
|
|
@ -0,0 +1,8 @@
|
|||
10 data "a","bb","ccc","ddd","ee","f","ggg","~" : ' la tilde es solo para mantener el código compacto
|
||||
20 restore
|
||||
30 read test$
|
||||
40 if test$ = "~" then goto 70
|
||||
50 if len(test$) > len(test1$) then test1$ = test$ : test2$ = test1$+chr$(10) else if len(test$) = len(test1$) then test2$ = test2$+test$+chr$(10)
|
||||
60 goto 30
|
||||
70 print test2$
|
||||
80 end
|
||||
Loading…
Add table
Add a link
Reference in a new issue