mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
8 lines
85 B
Plaintext
Executable File
8 lines
85 B
Plaintext
Executable File
// hello
|
|
if some_condition {
|
|
{ ref: &my_var }
|
|
} else {
|
|
[Int] (by_value)
|
|
}
|
|
// end
|