mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
4 lines
69 B
Plaintext
Executable File
4 lines
69 B
Plaintext
Executable File
[a, [b, c]] := [1, ["str", 12.5]]
|
|
|
|
a == 1 && b == "str" && c == 12.5
|