We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The three logic gates are represented like so:
a&b
a
b
a|b
!a
There are more built-ins:
?
0
1
#
You can make extra things from these commands, like circuits and variables.