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
It should be possible to introduce a variable of the same name as builtin. This is important for forward compatibility, because introducing a new built-in word later on would make programs that use that name for a variable invalid.
The text was updated successfully, but these errors were encountered:
Banning variables named as builtins is undesirable for forward
compatibility, as any new name might invalidate programs that use that
name.
Fixes issue #29.
Signed-off-by: Petr Machata <[email protected]>
It should be possible to introduce a variable of the same name as builtin. This is important for forward compatibility, because introducing a new built-in word later on would make programs that use that name for a variable invalid.
The text was updated successfully, but these errors were encountered: