mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-02 12:50:55 +00:00
example: fix boolean table
This commit is contained in:
parent
35ce58bb44
commit
7a0b5ae88f
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user