From the terminal I type :global baseball;
then from /environment>print
“baseball”=[:nothing]
This I understand.
But when I create a script that reads:
:global cello;
and run that script in winbox, nothing shows going back to terminal in reference to the cello variable from /environment>print
Why would the cello script not create a variable named cello?
Thanks,