Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tests if a variable has been assigned. Returns True (1) if the variable is unassigned and False (0) if the variable is assigned - the opposite result from the assigned() function.

Syntax

truefalse = Unassigned (variable)

...