We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xterm -hold -t -e "./ct.py --hold 130 <(./CTBASIC.py examples/ANIMTEST001.bas)"
displays only the first frame at commit bded805
The examples work on the graphics branch and the recent (now deleted) ink branch.
graphics
ink
The text was updated successfully, but these errors were encountered:
1afa609 is the breaking commit
Does not handle:
PRINT CHR$(29) ")b0@/j0@" CHR$(31)
Check whether space separated sections are valid in PRINT -- it doesn't quite look right anyway.
PRINT
Update: Valid PRINT separators are ,;', and + can be used for string concatenation. ,: TAB ; / +: no space ': newline
,;'
+
,
;
'
Sorry, something went wrong.
Also no longer working: https://github.com/hornc/CTBASIC/blob/master/examples/archive/LOOP10_pad-init.BAS
On graphics branch:
./ct.py <(./CTBASIC.py examples/archive/LOOP10_pad-init.BAS) * * * * * * * * * *
Successfully merging a pull request may close this issue.
displays only the first frame at commit bded805
The examples work on the
graphics
branch and the recent (now deleted)ink
branch.The text was updated successfully, but these errors were encountered: