aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/cases/bytecode.bqn1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cases/bytecode.bqn b/test/cases/bytecode.bqn
index 1022514a..7d8a40b8 100644
--- a/test/cases/bytecode.bqn
+++ b/test/cases/bytecode.bqn
@@ -25,6 +25,7 @@
2 % aβ€Ώb←(2{𝕨‿𝕩}{𝕩})5β‹„a # monadic, data in left branch
2 % ({a↩2⋄𝕩}{𝕩⋄a}{a↩3⋄𝕩})a←4 # ordering
8 % a←3β‹„a{𝕩}↩8β‹„a # 13 SETM
+5 % a←4β‹„a{𝕨⋄5}↩6 # returns new value
4 % aβ€Ώb←2β€Ώ1β‹„aβ€Ώb{𝕩‿𝕨}↩4β‹„a # lists
# Further tests for lexical scoping