mirror of
https://github.com/Dummi26/mers.git
synced 2025-12-12 02:16:51 +01:00
13 lines
242 B
Plaintext
Executable File
13 lines
242 B
Plaintext
Executable File
(
|
|
(if true 1 else (), 2, "a", "b", 3, "c", 12.5),
|
|
(
|
|
// why is this RTL instead of LTR???? (starts with float)
|
|
(a, b, c, d, e, f, g) -> {
|
|
(a, b, e).sum
|
|
(a, b, e, g).sum
|
|
(c, d, f).concat
|
|
}
|
|
x -> 1
|
|
)
|
|
).try
|