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
The rune is not documented.
The text was updated successfully, but these errors were encountered:
Ream throws a syntax error on $;, I don't think it's possible to use this.
$;
Sorry, something went wrong.
In /sys/hoon it looks like it's actually the rune form of ,. There is parser support for it in ++structure but not in ++expression.
/sys/hoon
,
++structure
++expression
> (ream '$:([a=$;(atom)])') [ %ktcl p [ %bccl p [i=[%bccl p=[i=[%bcts p=term=%a q=[%bcmc p=[%wing p=~[%atom]]]] t=~]] t=~] ] ]
(Not saying that's helpful Hoon, but it parses.)
tinnus-napbus
No branches or pull requests
The rune is not documented.
The text was updated successfully, but these errors were encountered: