in reply to Re: Syntax and Temporary Variables
in thread Syntax and Temporary Variables

Thanks, I understand it now. Using braces fixes it while still maintaining the prefix notation of in.

Now if it was imported, then calling it as a function with one argument should work just fine, right? It calls the same function. But when I specified it in the import list, it still complained that &main::in did not exist. That is strange.

—John