a = 0.0 if false # This assignment is never executedprint a # Prints nil: the variable exists but is not assignedprint b # NameError: no variable or method named b exists