Specify opens for all exec instructions
This commit is contained in:
parent
b64d40e1b0
commit
d07bb0a75a
@ -6,4 +6,10 @@
|
||||
|
||||
;; Number of blocks opened by instructions (default = 0)
|
||||
(def opens {:exec_dup 1
|
||||
:exec_if 2})
|
||||
:exec_if 2
|
||||
:exec_when 1
|
||||
:exec_while 1
|
||||
:exec_do_while 1
|
||||
:exec_k 2
|
||||
:exec_s 3
|
||||
:exec_y 1})
|
||||
|
Loading…
x
Reference in New Issue
Block a user