You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2023. It is now read-only.
public&form.testFunc;
do;
using::console.cout,"testFunc was called.";
return.str,"testFunc returned this.";
using::console.cout,"This was also printed.";
end;
using::console.cout,testFunc;
This part of the code:
Will still get called.