mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 22:37:46 +01:00
13 lines
212 B
Plaintext
Executable File
13 lines
212 B
Plaintext
Executable File
x := "https:\//www.google.com"
|
|
|
|
x.debug()
|
|
|
|
[a, [b, c]] := [1, ["str", 12.5]]
|
|
|
|
println("---")
|
|
println(a.to_string() + " " + b + " " + c.to_string())
|
|
println("~~~")
|
|
|
|
// switch! run_command("curl", [x, ...]) {
|
|
// }
|