Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,3 @@
while 1
print "SPAM"
wend

View file

@ -0,0 +1,3 @@
do
print "SPAM"
loop

View file

@ -0,0 +1,3 @@
for i = 1 to 10 step 0
print "SPAM"
next i

View file

@ -0,0 +1,2 @@
10 print "SPAM"
20 goto 10

View file

@ -0,0 +1 @@
10 clr:print "Commodore Spam! ";:gosub 10

View file

@ -0,0 +1 @@
10 clear : print "Apple Spam! ";: gosub 10

View file

@ -0,0 +1,3 @@
10 for i = 1 to 10 step 0 : rem A zero step makes the loop infinite
20 print "SPAM";
30 next i

View file

@ -0,0 +1,2 @@
10 print "Spam! ";
20 run

View file

@ -0,0 +1 @@
10 print "SPAM SPAM! ";:if 1 then 10