2025-10-12 21:15:17 +11:00
|
|
|
depend "io.pla"
|
|
|
|
|
|
2025-10-14 20:02:22 +11:00
|
|
|
if 1 + 2 == 3 {
|
2025-10-13 21:05:03 +11:00
|
|
|
print("The universe is functional!");
|
2025-10-12 21:15:17 +11:00
|
|
|
}
|
|
|
|
|
unless
|
|
|
|
|
{
|
2025-10-13 21:05:03 +11:00
|
|
|
print("WHAT, HOW");
|
2025-10-12 21:15:17 +11:00
|
|
|
}
|