class demo
  int x
  int y
  text t
  
  void demo()
    x = 10
    y = 5
    t = "demo"
  return
  
/class