not: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#N|COMREF]] | |||
<h2 style="color:#000066">'''not ''a'''''</h2> | <h2 style="color:#000066">'''not ''a'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
a: [[Boolean]] | '''a:''' [[Boolean]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Boolean | [[Boolean]] | ||
'''Description:''' | '''Description:''' | ||
'''not''' a. | |||
'''Example:''' | '''Example:''' | ||
'''not''' false | '''not''' [[false]] ...... Result is [[true]]. | ||
Result is true. |