summaryrefslogtreecommitdiff
path: root/tests/examplefiles/qbasic/qbasic_example.output
blob: 8782fbb945792c9c50359d699de0e1ed23968c72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
'10'          Name.Label
' '           Text.Whitespace
'print'       Name.Variable.Global
' '           Text.Whitespace
'RIGHT$'      Keyword.Reserved
'('           Punctuation
'"hi there"'  Literal.String.Double
','           Punctuation
' '           Text.Whitespace
'5'           Literal.Number.Integer.Long
')'           Punctuation
'\n'          Text

'20'          Name.Label
' '           Text.Whitespace
'goto'        Name.Variable.Global
' '           Text.Whitespace
'10'          Literal.Number.Integer.Long
'\n'          Text