RosettaCodeData/Task/Undefined-values/GAP/undefined-values.gap
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

7 lines
52 B
Text

IsBound(a);
# true
Unbind(a);
IsBound(a);
# false