From 1c598b836ad34d87b4799bb933fe76ba0a4132f4 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 30 Jun 2022 10:21:02 -0400 Subject: Prevent modified assignment to [] in the compiler --- test/cases/syntax.bqn | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/cases/syntax.bqn b/test/cases/syntax.bqn index 9603c3d7..d77955bb 100644 --- a/test/cases/syntax.bqn +++ b/test/cases/syntax.bqn @@ -119,6 +119,7 @@ ! % [a,b,c]←↕2‿3 1 % [a‿b‿c,[x,y,z]]←↕2‿3⋄x≡<⌽b 3 % [[a,·],[·,b]]←2‿2‿1⥊↕4⋄-˜´a∾b +! % []-↩1 # Blocks 1 % {𝕩-1}2 -- cgit v1.2.3