forked from Orchid/orchid
Protocols and operators mostly
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
let my_tuple = option::some t[1, 2]
|
||||
let user = "lorinc" + " " + "bethlenfalvy"
|
||||
let number = 1 + 2
|
||||
let interpolated = "Hello $user $number"
|
||||
|
||||
let main = match my_tuple {
|
||||
option::some t[ref head, ..] => head;
|
||||
option::none => "foo";
|
||||
}
|
||||
let user =
|
||||
|
||||
Reference in New Issue
Block a user