(let ((var b "hello\nworld")
      (var c int 2)
      (var d string "hi\tworld")
      (var e (new student (id 42) (name "Forty two")))
      (var f (new-array int_array 20 0)))
  ())
