Typo.
This commit is contained in:
parent
20b5f05d29
commit
f2f1932876
|
|
@ -231,7 +231,7 @@ other interpreters have a `case` or `switch` statement for the built-in
|
||||||
functions and a separate hash table for definitions. Additionally, of
|
functions and a separate hash table for definitions. Additionally, of
|
||||||
the interpreters that have hash tables most of them check the hash table
|
the interpreters that have hash tables most of them check the hash table
|
||||||
after the `case` statement. This means that one cannot "shadow" built-in
|
after the `case` statement. This means that one cannot "shadow" built-in
|
||||||
functions is some interpreters. You can `inscribe` them, but the
|
functions in some interpreters. You can `inscribe` them, but the
|
||||||
interpreter will not look for them.
|
interpreter will not look for them.
|
||||||
|
|
||||||
I haven't yet formally made a decision for how Thun *shall* work.
|
I haven't yet formally made a decision for how Thun *shall* work.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue