Data update

This commit is contained in:
Ingy döt Net 2023-07-01 19:04:33 -04:00
parent 8f05c7136f
commit 0bf4da02c3
82 changed files with 2194 additions and 118 deletions

View file

@ -1,5 +1,5 @@
bgcolor 0, 0, 0
cls
cls graphics
fgcolor 255, 255, 0
define pi = 3.14, size = 80
@ -13,5 +13,3 @@ for t = 0 to size * pi step .1
wait
next t
end