...

Text file src/github.com/alecthomas/chroma/lexers/testdata/turing.actual

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

     1var x : int := 10
     2
     3fcn testFunction(a, b, c)
     4    result (a + b) * c
     5end testFunction
     6
     7put testFunction(x, 2 * x, 3)

View as plain text