mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 13:11:32 +00:00
example: fix boolean table
This commit is contained in:
@ -3,7 +3,7 @@ func buildRow(str, a, b, c, d) {
|
||||
print("|", str, "| ")
|
||||
for i in [a, b, c, d] {
|
||||
print(checkSeparator)
|
||||
if a { print("✅|") } else { print("🚫|") }
|
||||
if i { print("✅|") } else { print("🚫|") }
|
||||
}
|
||||
println()
|
||||
}
|
||||
|
Reference in New Issue
Block a user