mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-16 02:22:12 +03:00
17 lines
336 B
Plaintext
17 lines
336 B
Plaintext
::
|
|
|%
|
|
++ data :> typed data
|
|
$% [%address p=@ux]
|
|
[%string p=tape]
|
|
[%bool p=?]
|
|
[%int p=@sd]
|
|
[%uint p=@ud]
|
|
[%real p=@rs]
|
|
[%ureal p=@urs]
|
|
[%bytes-n p=octs]
|
|
[%bytes p=octs]
|
|
[%array-n p=(list data)]
|
|
[%array p=(list data)]
|
|
==
|
|
--
|