1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-05-12 12:00:13 +00:00
QB64-PE/tests/compile_tests/bool_test/bool_test.output
2024-04-06 22:19:13 +05:30

20 lines
406 B
Plaintext

Logical op test:
Function called for value: 0
_NEGATE: Test passed.
Function called for value: 10
_ANDALSO: Test passed.
Function called for value:-100
_ORELSE: Test passed.
Bitwise op test:
Function called for value: 0
NOT: Test passed.
Function called for value: 10
Function called for value: 100
AND: Test passed.
Function called for value:-100
Function called for value:-10
OR: Test passed.