1[
2 {"type":"CommentSingle","value":"// Comment\n"},
3 {"type":"Text","value":"\n"},
4 {"type":"Keyword","value":"program"},
5 {"type":"Text","value":" "},
6 {"type":"Name","value":"top"},
7 {"type":"Punctuation","value":";"},
8 {"type":"Text","value":"\n\n "},
9 {"type":"KeywordNamespace","value":"import"},
10 {"type":"Text","value":" "},
11 {"type":"LiteralString","value":"\"DPI-C\""},
12 {"type":"Text","value":" "},
13 {"type":"Name","value":"hello"},
14 {"type":"Operator","value":"="},
15 {"type":"Keyword","value":"task"},
16 {"type":"Text","value":" "},
17 {"type":"Name","value":"hello"},
18 {"type":"Punctuation","value":"();"},
19 {"type":"Text","value":"\n\n "},
20 {"type":"Keyword","value":"initial"},
21 {"type":"Text","value":" "},
22 {"type":"Keyword","value":"begin"},
23 {"type":"Text","value":"\n "},
24 {"type":"Name","value":"hello"},
25 {"type":"Punctuation","value":"();"},
26 {"type":"Text","value":"\n "},
27 {"type":"Keyword","value":"end"},
28 {"type":"Text","value":"\n\n"},
29 {"type":"Keyword","value":"endprogram"},
30 {"type":"Text","value":" "},
31 {"type":"Operator","value":":"},
32 {"type":"Text","value":" "},
33 {"type":"Name","value":"top"},
34 {"type":"Text","value":"\n"}
35]
View as plain text