Not[]

❌ Doesn't work in Interactive Notebook

Category: Output.

Turn a True statement into a False statement, or a False statement into a True statement.

Syntax

Not[statement]

Arguments

Examples

The following example makes a web request if a car is not found in a video:

UseCamera[]
    If[Not[Count["car"]]]
        Web["..."]
    Endif
EndCamera

See Also

Made with ❤️ by capjamesg