summaryrefslogtreecommitdiff
path: root/bf.prn
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-09-06 22:18:30 +0200
committertomsmeding <hallo@tomsmeding.nl>2015-09-06 22:18:30 +0200
commitb50d606bdd0fbda3451e9fcb07e8096fa5bee55b (patch)
treeb323b11157acdd52c6a7ba61b3036e82b0a57381 /bf.prn
parent61dc84ab5ae95b3fa6bbbdcadf880f8ec64a925f (diff)
Add scopes!
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 acaa6c1..19d1368 100644
--- a/bf.prn
+++ b/bf.prn
@@ -80,7 +80,7 @@ dup 0 > while
c ">" = if -1 roll end
c "<" = if 1 roll end
c "]" = if
- i "loopend" depth 1 - + store
+ i "loopend" depth 1 - + gstore
len "i" store # == break
end
c "[" = if