We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does what it says on the tin.
@va #1=%N think objeval( #1, get( %1/va ), 2 ) <returns name of you, the caller>
Obviously #1 isn't the best target, but pick a non-you target of choice.
%# evaluation works just fine here. I have not checked other substitutions.
The text was updated successfully, but these errors were encountered:
What is %1 here, in this context? I get #-1 NO MATCH when running this.
But, when I do ( as Immbrosia ) &foo *ambrosia=%N and run th objeval(*ambrosia,u(me/foo),2) it returns "Ambrosia" as it should.
Sorry, something went wrong.
No branches or pull requests
Does what it says on the tin.
@va #1=%N
think objeval( #1, get( %1/va ), 2 )
<returns name of you, the caller>
Obviously #1 isn't the best target, but pick a non-you target of choice.
%# evaluation works just fine here. I have not checked other substitutions.
The text was updated successfully, but these errors were encountered: