4 lines
138 B
Text
4 lines
138 B
Text
|
output trueString bool = bool('true')
|
||
|
output falseString bool = bool('false')
|
||
|
output trueInt bool = bool(1)
|
||
|
output falseInt bool = bool(0)
|