chroma/lexers/testdata/bicep/bicep-function-logical.actual
2025-03-22 20:46:00 +13:00

4 lines
No EOL
138 B
Text

output trueString bool = bool('true')
output falseString bool = bool('false')
output trueInt bool = bool(1)
output falseInt bool = bool(0)