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