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

7 lines
No EOL
115 B
Text

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