mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 04:41:37 +03:00
38 lines
401 B
Markdown
38 lines
401 B
Markdown
|
[bucpat `$@` %bcpt](#bcpt)
|
||
|
==========================
|
||
|
|
||
|
Wing to tile
|
||
|
|
||
|
`$@` is a natural rune that whips (normalizes) wing `p` into tile `q`.
|
||
|
|
||
|
Produces
|
||
|
--------
|
||
|
|
||
|
Tile: `[%bcpt p=wing q=tile]`
|
||
|
|
||
|
Sample
|
||
|
------
|
||
|
|
||
|
`p` is a [`++wing`](). `q` is a [tile]().
|
||
|
|
||
|
Tall form
|
||
|
---------
|
||
|
|
||
|
None
|
||
|
|
||
|
Wide form
|
||
|
---------
|
||
|
|
||
|
None
|
||
|
|
||
|
Irregular form
|
||
|
--------------
|
||
|
|
||
|
p@q
|
||
|
|
||
|
Examples
|
||
|
--------
|
||
|
|
||
|
~zod/try=> =+(a=97 a@cord)
|
||
|
'a'
|