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
I have found that parse-func-spec in code has this following rule defined:
parse-func-spec
attr-val=: ['catch | 'throw | 'trace | 'no-trace]
But they are not documented in function! datatype specification.
function!
https://github.com/red/docs/blob/master/en/datatypes/function.adoc
It seems an oversight, discussion here
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have found that
parse-func-spec
in code has this following rule defined:attr-val=: ['catch | 'throw | 'trace | 'no-trace]
But they are not documented in
function!
datatype specification.https://github.com/red/docs/blob/master/en/datatypes/function.adoc
It seems an oversight, discussion here
The text was updated successfully, but these errors were encountered: