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
When editing interactive function, it is not possible to close/save function buffer with Ctrl-c Ctrl-c when the function contains build-in function calls like
)HOST 'ls'
The error is Error on line 41: Error parsing expression
The text was updated successfully, but these errors were encountered:
This message is displayed if GNU APL is not able to define the function. The error message should probably be more clear. Could you provide an example of some code that triggers this so that I can test it?
Basically there is no way to insert this text into the function. The only way to have ")"-commands in the function is to wrap them to string and eval: ⍎")HOST 'ls'"
When editing interactive function, it is not possible to close/save function buffer with Ctrl-c Ctrl-c when the function contains build-in function calls like
The error is
Error on line 41: Error parsing expression
The text was updated successfully, but these errors were encountered: