or references added

This commit is contained in:
ProgramSnail 2023-07-31 12:33:08 +03:00
parent 4159d81c4b
commit b71b732797
2 changed files with 23 additions and 12 deletions

View file

@ -220,7 +220,7 @@ parse_number : Unit! = {
}
: example of or_in and or_out usage for template operators (tuple input and tuple output)
( & ) |-> 'a |-> 'b <-| 'x <-| 'y = ('a := 'x) && ('b := 'y);
( & ) --|-> 'a --|-> 'b <-|-- 'x <-|-- 'y = ('a := 'x) && ('b := 'y);
: function, that return result ('!' not used on calls)
: useful when tuples returned