variable x : Bool

(*
 a = {}
 print("hello world")
 print ("ok")
 a = {
    x = 10,
    y = 20
 }
 rint ("ok")
*)

variable y : Bool