You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Effectively, for argument N to work as lit-arg or get-arg, we must require argument N-1 to also be either lit-arg or get-arg. Else it can't function as intended."
>> f: func [a 'b] [probe a probe b]
>> f 'z x
z
x
== ~ ; isotope
>> f 'z +
** Script Error: + expects [char! any-scalar! date! binary!]
for its value1 argument
The text was updated successfully, but these errors were encountered:
From Red Gitter.im
"Effectively, for argument N to work as lit-arg or get-arg, we must require argument N-1 to also be either lit-arg or get-arg. Else it can't function as intended."
The text was updated successfully, but these errors were encountered: