; G+ EXAMPLE

define format windows

include 'g'

text title='FASMG'
text caption='Windows Example'

main
  say title, caption, 3
  exit