(no title)
omoikane | 4 days ago
What is the behavior of a program with unmatched braces? I am not sure a stray `}` would fit any of the defined syntax.
omoikane | 4 days ago
What is the behavior of a program with unmatched braces? I am not sure a stray `}` would fit any of the defined syntax.
itishappy|4 days ago
> Evaluates to the operation defined for the operator in the environment. If none, evaluates to a constant function that pushes the operator, followed by all input terms, onto the output program.
I believe it would simply output itself.