Files
Plasma/tests/conditionals.pla
2025-10-14 20:02:22 +11:00

9 lines
105 B
Plaintext

depend "io.pla"
if 1 + 2 == 3 {
print("The universe is functional!");
}
unless
{
print("WHAT, HOW");
}