This file contains 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
GIMP Palette | |
Name: Agon Light | |
Columns: 0 | |
# | |
0 0 0 Color0 | |
170 0 0 Color1 | |
0 170 0 Color2 | |
170 170 0 Color3 | |
0 0 170 Color4 | |
170 0 170 Color5 |
This file contains 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
GIMP Palette | |
Name: Agon Light Mode 0, 2 colors | |
Columns: 0 | |
# | |
0 0 0 Color 0 | |
255 255 255 Color 1 |
This file contains 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 |