RosettaCodeData/Task/Undefined-values/GAP/undefined-values.gap

8 lines
52 B
Plaintext

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