...

Text file src/github.com/alecthomas/chroma/lexers/testdata/bicep/bicep-function-logical.actual

Documentation: github.com/alecthomas/chroma/lexers/testdata/bicep

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

View as plain text