chroma/lexers/testdata/bicep/bicep-function-logical.actual

4 lines
138 B
Text
Raw Permalink Normal View History

2025-03-22 20:46:00 +13:00
output trueString bool = bool('true')
output falseString bool = bool('false')
output trueInt bool = bool(1)
output falseInt bool = bool(0)