urbit/pub/docs/dev/hoon/runes/sg/sgbr.md

37 lines
443 B
Markdown
Raw Normal View History

sigbar, `~|`, %sgbr
2015-02-18 06:03:21 +03:00
============================
Add to stacktrace
2015-11-07 21:49:34 +03:00
`~|` is a synthetic rune that presents the product of `p` in the stack
2015-02-18 06:03:21 +03:00
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
--------