mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 05:10: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, "| ")
|
print("|", str, "| ")
|
||||||
for i in [a, b, c, d] {
|
for i in [a, b, c, d] {
|
||||||
print(checkSeparator)
|
print(checkSeparator)
|
||||||
if a { print("✅|") } else { print("🚫|") }
|
if i { print("✅|") } else { print("🚫|") }
|
||||||
}
|
}
|
||||||
println()
|
println()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user