diff options
| author | Drahflow <drahflow@gmx.de> | 2013-01-03 22:11:37 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-01-03 22:11:37 +0100 |
| commit | 19d573cf7c6dd729289ef5151f15db51bcc79d91 (patch) | |
| tree | 288980504ab3721cfa7fd0aea59514957c17b45d /examples/working/string.ey | |
| parent | d7d307dc6563fe27bf43cab1e83ac21204fea6c6 (diff) | |
Compiler can now push ints and strings
Diffstat (limited to 'examples/working/string.ey')
| -rw-r--r-- | examples/working/string.ey | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/working/string.ey b/examples/working/string.ey index 1174e14..54d1838 100644 --- a/examples/working/string.ey +++ b/examples/working/string.ey @@ -2,3 +2,4 @@ "a\nb" dump "a\\b" dump "a\"b" dump +"thisisalongstring" dump |
