🔰compile-time
the period when the source code (such as C#, Java, C, Python) is converted to the machine code (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❗️❗)
parameter(s) live in function's definition (compile-time)
Last updated