Implemented boolean literals
This commit is contained in:
parent
1f0db51a95
commit
bf5110edd4
11 changed files with 69 additions and 13 deletions
3
tests/errors/InvalidCondition.q
Normal file
3
tests/errors/InvalidCondition.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
main() {
|
||||
if 42 {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue