mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-12 12:50:21 +03:00
7 lines
56 B
Plaintext
7 lines
56 B
Plaintext
r5 : Float
|
|
r5 = case 2.2 of
|
|
2.2 -> 3.0
|
|
_ -> 1.0
|
|
()
|
|
|