mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-05 22:48:43 +00:00
or_in or_out references added
This commit is contained in:
parent
fc114ff959
commit
68463509d8
9 changed files with 29 additions and 12 deletions
|
|
@ -214,3 +214,6 @@ parse_number : Unit! = {
|
|||
number.print;
|
||||
bring ();
|
||||
}
|
||||
|
||||
: example of or_in and or_out usage for template operators
|
||||
( & ) |-> 'a |-> 'b <-| 'x <-| 'y = (|-> 'a := <-| 'x) && (|-> 'b := <-| 'y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue