Logical Logical functions not(negand) logical negation Parameters Name Required Type Description negand Yes Boolean Returns Boolean Examples not(2=4) => true not(true) => false