Open
Description
https://www.youtube.com/watch?v=iYhOU9AuaFs
By default the variables will not be able to be null.
You will need to specify if a variable can be null with ?
: var hello? = "hello";
This sounds similar to how some FP languages are using Maybe