Closed nsensfel closed 3 years ago
(list 0 1 2 3 4)
Should be a shortcut for
(add 0 1 2 3 4 (default (list int)))
(set 0 1 2 3 4)
(add 0 1 2 3 4 (default (set int)))
This requires the instruction set to become set!.
set
set!
Done in https://github.com/nsensfel/tonkadur/commit/034153205de05ef2a4facf7aded9912ce8dfb6b5.
Should be a shortcut for
Should be a shortcut for
This requires the instruction
set
to becomeset!
.