diff options
| author | Paul Buetow <paul@buetow.org> | 2008-11-07 22:20:48 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-11-07 22:20:48 +0000 |
| commit | d0122e88576f6b05e4142df3a0b25735f5e82e29 (patch) | |
| tree | cbf8c778dcc884e8ffbccc40e6414f3b5352e4b6 /test.out | |
| parent | c33e87f7b07553e999db94ca0ac6529ed1816332 (diff) | |
Diffstat (limited to 'test.out')
| -rw-r--r-- | test.out | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test.out b/test.out new file mode 100644 index 0000000..0e2531d --- /dev/null +++ b/test.out @@ -0,0 +1,11 @@ +#* + * Examples of how to use arrays + *# + +say ["string"]; +Token (id=00000, line=00005, pos=0004, type=TT_IDENT, val=say, ival=0, dval=0.000000, refs=1) +Token (id=00001, line=00005, pos=0006, type=TT_PARANT_AL, val=[, ival=0, dval=0.000000, refs=1) +Token (id=00002, line=00005, pos=0006, type=TT_STRING, val=string, ival=0, dval=0.000000, refs=1) +Token (id=00003, line=00005, pos=0008, type=TT_PARANT_AR, val=], ival=0, dval=0.000000, refs=1) +Token (id=00004, line=00005, pos=0009, type=TT_SEMICOLON, val=;, ival=0, dval=0.000000, refs=1) +string |
