! a: Difference between revisions
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
'''Description:''' | '''Description:''' | ||
<b> | <b>!</b> a | ||
This is exactly the same as [[not]] a | |||
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
'''Description:''' | '''Description:''' | ||
<b> | <b>!</b> a | ||
This is exactly the same as [[not]] a | |||
Operand types:
a: Boolean
Type of returned value:
Description:
! a
This is exactly the same as not a
Example:
! true ............ Result is false