urbit/base/pub/doc/hoon/runes/bc/bctr.md

39 lines
513 B
Markdown
Raw Normal View History

2015-02-18 06:03:21 +03:00
[buctar `$*` %bctr](#bctr)
==========================
Default value
`$*`, is a synthetic rune that produces the [bunt]() (default value) of
a tile as a compile-time constant if possible. If it is not possible,
then it is produced dynamically.
Produces
--------
[Twig](): `[%bctr p=tile]`
Tall form
---------
$* p
Wide form
---------
$*(p)
Irregular form
--------------
*p
Examples
--------
~zod/try=> *@t
''
~zod/try=> *[@p @ux]
[~zod 0x0]
~zod/try=> *(list ,@)
~