1 2 3 4 5 6 7
/* error: string variable instantiated with nil */ let var str: string := nil in print(str) end