tartrazine/spec/tests/tcl/test_vars.txt

18 lines
401 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
set size 10; puts ${size}x${size}
---tokens---
'set' Keyword
' ' Text.Whitespace
'size' Text
' ' Text.Whitespace
'10' Literal.Number.Integer
';' Keyword
' ' Text.Whitespace
'puts' Name.Builtin
' ' Text.Whitespace
'${size}' Name.Variable
'x' Text
'${size}' Name.Variable
'\n' Text