2 lines
142 B
Rexx
2 lines
142 B
Rexx
if symbol('bloop')=='VAR' then say 'the "bloop" variable exists.'
|
|
else say 'the "bloop" variable doesn''t exist.'
|