8 lines
52 B
Text
8 lines
52 B
Text
|
|
IsBound(a);
|
||
|
|
# true
|
||
|
|
|
||
|
|
Unbind(a);
|
||
|
|
|
||
|
|
IsBound(a);
|
||
|
|
# false
|