" Test for assignment func Test_no_type_checking() let v = 1 let v = [1,2,3] let v = {'a':1, 'b':2} let v = 3.4 let v = 'hello' endfunc