compile-time
Last updated
Was this helpful?
Last updated
Was this helpful?
⟩ ⟩ compile-time
the period when the source code (such as , ) is converted to the (i.e. binary code).
scopes are determined at compile-time.
identifiers are registered to respective scope during compile-time.
but in sloppy mode, you can cheat it at runtime. ( 👉 modify current scope at runtime❗️)