From 7560990d9c614e150ded685004a6a0e2c6eb3034 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Tue, 3 Sep 2013 10:22:40 +0200 Subject: str .infix now available Position semantics now consistent str _ .postfix also available .prefix also available --- examples/working-compiler/str.test | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/working-compiler/str.test (limited to 'examples') diff --git a/examples/working-compiler/str.test b/examples/working-compiler/str.test new file mode 100644 index 0000000..470a93b --- /dev/null +++ b/examples/working-compiler/str.test @@ -0,0 +1,8 @@ +0 3 "abcdef" str .infix dump +3 6 "abcdef" str .infix dump +0 2 neg "abcdef" str .infix dump +2 neg 6 "abcdef" str .infix dump +3 neg 1 neg "abcdef" str .infix dump +2 0 "abcdef" str .infix dump +2 neg "abcdef" str .postfix dump +2 "abcdef" str .prefix dump -- cgit v1.2.3