fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 108: Determine if variable name is defined
Idiom # 108: Determine if variable name is defined
See
programming-idioms.org
:
Code
# this is not possible in fuzion, if x is not declared, we will get a # compile-time error: say x
What are effects?
last changed: 2024-07-01
next: NYI: Idiom # 109: Number of bytes of a type