diff options
| author | Drahflow <drahflow@gmx.de> | 2013-03-17 17:32:36 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-03-17 17:32:36 +0100 |
| commit | 62910bd94abaf728bc7c9113c31850d403951863 (patch) | |
| tree | 24bbdefc0160ca487757c5ec866bf8e6cb80e126 /examples/working-compiler/stringexec.test | |
| parent | 2bd86cd07103e1386ab2816f680954ff21f3043f (diff) | |
Can now access string elements
Diffstat (limited to 'examples/working-compiler/stringexec.test')
| -rw-r--r-- | examples/working-compiler/stringexec.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/working-compiler/stringexec.test b/examples/working-compiler/stringexec.test new file mode 100644 index 0000000..75681ce --- /dev/null +++ b/examples/working-compiler/stringexec.test @@ -0,0 +1,4 @@ +"abc" _ 0 -01 * dump + _ 1 -01 * dump + _ 2 -01 * dump + _ 3 -01 * dump |
