aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-05-25 17:38:35 +0200
committertomsmeding <tom.smeding@gmail.com>2017-05-25 17:38:35 +0200
commit624c3db6f493edfb458ee262c4dd691915c46567 (patch)
treebf6614b3cc6a2d042d7bcade64992d3c2bb9882b /README.md
parent03b3893fc87c35edabc33a2c533e479e69da76fe (diff)
Add string mode
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bb466e0..6d95c58 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ All stack items are signed bigints.
- `$`: outputs a stackdump
- whitespace: nop
- `'c`: pushes the ascii value of c
+- `"abcde"`: `'a'b'c'd'e`
- `#<file.rip>`: literally includes contents of 'file.rip' in-place