summaryrefslogtreecommitdiff
path: root/bf.prn
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-09-12 08:25:21 +0200
committertomsmeding <hallo@tomsmeding.nl>2015-09-12 08:51:53 +0200
commitcff41b52e0f801eede5428d97686661b95b9756a (patch)
treef2b77e0058378d4c269d344dbb8c34979d3d82d1 /bf.prn
parent78a145a5bb77b73f5fbefb0efa2d188926eb55ef (diff)
Fix `roll` and add its more general cousin `rotate`
Diffstat (limited to 'bf.prn')
-rw-r--r--bf.prn2
1 files changed, 1 insertions, 1 deletions
diff --git a/bf.prn b/bf.prn
index 59e9727..c989655 100644
--- a/bf.prn
+++ b/bf.prn
@@ -75,7 +75,7 @@ dup 0 > while
else
ord 256 %
end
- #{}"Input put on stack " print dup print lf
+ #"Input put on stack " print dup print lf
end
c ">" = if -1 roll end
c "<" = if 1 roll end