aboutsummaryrefslogtreecommitdiff
path: root/move-cell.bf
diff options
context:
space:
mode:
Diffstat (limited to 'move-cell.bf')
-rw-r--r--move-cell.bf9
1 files changed, 9 insertions, 0 deletions
diff --git a/move-cell.bf b/move-cell.bf
new file mode 100644
index 0000000..09f518c
--- /dev/null
+++ b/move-cell.bf
@@ -0,0 +1,9 @@
+ # move (1) to (2), setting (1) = 0
++++++ # set (1) = 5
+
+.>.< # show (1) and (2)
+
+[->+<] # set (2) = (1) and (1) = 0
+
+.>.< # show (1) and (2)
+