on init
  declare @h := "Hello "
  declare const @w := "world!"
  message(@h)
  message(@w)
end on
