Add note about underscore/dash shadowing
This commit is contained in:
parent
977b47d3b4
commit
18c19043c7
@ -28,7 +28,9 @@ languages.
|
|||||||
and `i♥u` will become `hy_iu_t0x`.
|
and `i♥u` will become `hy_iu_t0x`.
|
||||||
|
|
||||||
* Symbols that contain dashes will have them replaced with underscores. For
|
* Symbols that contain dashes will have them replaced with underscores. For
|
||||||
example, `render-template` will become `render_template`.
|
example, `render-template` will become `render_template`. This means that
|
||||||
|
symbols with dashes will shadow their underscore equivalents, and vice
|
||||||
|
versa.
|
||||||
|
|
||||||
|
|
||||||
Builtins
|
Builtins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user