Not: !
Less than 1 minuteBuiltin CommandsLanguage And Scripting
!
Not: Reads the stdin and exit number from previous process and not's it's condition
Description
Reads the stdin and exit number from previous process and not's it's condition.
Usage
<stdin> -> ! -> <stdout>
Examples
Inverting true
» echo "Hello, world!" -> !
false
Inverting false
» false -> !
true
Synonyms
!
not
See Also
- False:
false
: Returns afalse
value - If Conditional:
if
: Conditional statement to execute different blocks of code depending on the result of the condition - Logic And Statements:
and
: Returnstrue
orfalse
depending on whether multiple conditions are met - Logic Or Statements:
or
: Returnstrue
orfalse
depending on whether one code-block out of multiple ones supplied is successful or unsuccessful. - True:
true
: Returns atrue
value
This document was generated from builtins/core/typemgmt/types_doc.yaml.