/* error: string variable instantiated with nil */ let var str: string := nil in print(str) end