hyTags
HomeHome DocumentationDocumentation

bool-not

Returns the logical negation of the boolean value.
Parameter
Type
Description
self
Bool
Boolean value to negate
return
bool
Negated boolean value
Test Case:NOT true is false
    <div></div>
    
    <bool-true>
    <bool-not>
    <assert-false>
    
    👆 Try to change something!
  • Test Case:NOT false is true
      <div></div>
      
      <bool-false>
      <bool-not>
      <assert-true>
      
      👆 Try to change something!
    • Test succeeded Test failed