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

Add boolean literals #22

Open
Supercaly opened this issue Jul 24, 2021 · 0 comments
Open

Add boolean literals #22

Supercaly opened this issue Jul 24, 2021 · 0 comments
Labels
asm feature A new feature for the assembly language

Comments

@Supercaly
Copy link
Owner

Supercaly commented Jul 24, 2021

The boolean literals will be treated as integer numbers (true is 1 and false is 0), so this is only a nice alternative to using 1/0 directly when a boolean is needed.

@Supercaly Supercaly added the asm feature A new feature for the assembly language label Jul 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
asm feature A new feature for the assembly language
Projects
None yet
Development

No branches or pull requests

1 participant