Does anyone remember applebasic programming? Just for fun can anyone help me figure out how to make blitz act like it (however remotely) I think I have any idea to do the line number:
This of course is the infamous endless loop. You have to add L to the line number.
what i need help with is the graphics and some other small things I think. It should be easy since Blitz is a BASIC language.
.L10: Cls .L20: Print "hi" .L30: Goto L10
This of course is the infamous endless loop. You have to add L to the line number.
what i need help with is the graphics and some other small things I think. It should be easy since Blitz is a BASIC language.