Files
Plasma/tests/conditionals.pla
2025-10-12 21:15:17 +11:00

9 lines
105 B
Plaintext

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