Skip to content
New issue

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

TAB reversal - documentation note #18

Closed
EncomLab opened this issue Jun 20, 2022 · 2 comments
Closed

TAB reversal - documentation note #18

EncomLab opened this issue Jun 20, 2022 · 2 comments

Comments

@EncomLab
Copy link

This is a long standing issue with BASIC syntax. The Apple and "Standard BASIC" TAB use PRINT in opposite relationship:
The Apple TAB = TAB 20 : PRINT "Hello World!"
The ECMA and ANSI TAB = PRINT TAB(10); "Hello World!"

I would not change the implementation as you have it as it is correct for the Apple 1 version of BASIC, but it may be worth documenting.

@slviajero
Copy link
Owner

slviajero commented Jun 22, 2022 via email

@slviajero
Copy link
Owner

Corrected in the two documentation pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants