mirror of
https://github.com/fluencelabs/aquavm
synced 2025-05-01 02:02:14 +00:00
Call annotations have same form as `;`-annotations, but can allow multiline JSON literals. They look like `(# ... #)`. For example: ``` (call "peer_id" ("serv" "func") [a b] var) (# map = { "0": null, "default": 42, } #) ```