chroma/lexers/testdata/turing.actual

7 lines
115 B
Text
Raw Normal View History

2025-03-22 20:46:00 +13:00
var x : int := 10
fcn testFunction(a, b, c)
result (a + b) * c
end testFunction
put testFunction(x, 2 * x, 3)