mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
Add _;
This commit is contained in:
parent
e7cfab524a
commit
f5382d2912
4 changed files with 8 additions and 1 deletions
|
|
@ -881,6 +881,8 @@ This only works on strings:
|
|||
|
||||
`a ; b`: evaluate a, discard its result, then evaluate b. Returns the result of b.
|
||||
|
||||
`a;`: evaluate a, discard its result, returns nil.
|
||||
|
||||
`a : b`: evaluate a and b, returns a new pair with a as key and b as value.
|
||||
|
||||
`a :: b`: evaluate a and b, returns a new typed value with a as value and b as type.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue