Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
xrchz
5877 days ago |
link
|
parent
is it really true that 'set and 'if (and 'symeval...) are completely non-overrideable in arc? is that a convention or something enforced?
1 point
by
almkglor
5875 days ago |
link
It's enforced. For example, you
can
assign a macro to 'if, but it'll never be used: 'eval will always interpret 'if in its sense, and will never look at your macro.
-----