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

Implement numeric overflow protection #3

Open
Tracked by #2
Poikilos opened this issue May 13, 2024 · 0 comments
Open
Tracked by #2

Implement numeric overflow protection #3

Poikilos opened this issue May 13, 2024 · 0 comments

Comments

@Poikilos
Copy link
Collaborator

Poikilos commented May 13, 2024

  • INT is 16-bit signed
  • LONG is 32-bit signed
  • SINGLE is 16-bit signed float
  • DOUBLE is 32-bit signed float

https://vedrank90.wordpress.com/2009/12/13/qbasic-data-types/

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

1 participant