Created
July 11, 2023 08:46
-
-
Save astralaster/72bee558ec3219a33f6749bbbd661976 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 10 PRINT "Start" | |
| 20 VDU 23,0,&D0, | |
| 30 A$="issquare(2)" | |
| 40 L%=LEN(A$) | |
| 49 VDU L%; | |
| 50 FOR I%=1 TO L% | |
| 51 B$=MID$(A$,I%,1) | |
| 60 VDU ASC(B$), | |
| 70 NEXT | |
| 80 VDU 23,0,&D1 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A$ is the lua code
VDU 23,0,&D0,length,luacode to upload code
VDU 23,0,&D1 to run the uploaded code