Skip to content
New issue

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

objeval() flag 2 does not process %N properly. #176

Open
thenomain opened this issue Jun 20, 2023 · 1 comment
Open

objeval() flag 2 does not process %N properly. #176

thenomain opened this issue Jun 20, 2023 · 1 comment

Comments

@thenomain
Copy link

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.

@Chalice
Copy link

Chalice commented Jun 21, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants