10 lines
121 B
Text
10 lines
121 B
Text
|
|
!YS-v0
|
||
|
|
|
||
|
|
x =:
|
||
|
|
y =: 1
|
||
|
|
|
||
|
|
each v qw(x y):
|
||
|
|
if v:symbol:resolve:bound?:
|
||
|
|
say: "$v is defined"
|
||
|
|
say: "$v is not defined"
|