urbit/base/pub/doc/hoon/runes/sg/sgbr.md

37 lines
452 B
Markdown
Raw Normal View History

2015-02-18 06:03:21 +03:00
[sigbar, `~|`, %sgbr](#sgbr)
============================
Add to stacktrace
`~|` is a synthetic hoon that presents the product of `p` in the stack
trace if `q` crashes. The computation is only performed if needed.
Produces
--------
Twig: `[%sgbr p=twig q=twig]`
Sample
------
`p` is a [twig](). `q` is a [twig]().
Tall form
---------
~| p
q
Wide form
---------
~|(p q)
Irregular form
--------------
None
Examples
--------