Nailed it! We declare name and assign "Lisa" to it. Then, we use optional binding to assure there's a value in name. If so, we print x
and close the statement.
Hold it! We declare name and assign "Lisa" to it. Then, we use optional binding to assure there's a value in name. If so, we print x
and close the statement.