summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/rouge-4.7.0/lib/rouge/demos/brightscript
blob: 72224eba172a3e712923f6c197170ebd35d58d26 (plain)
1
2
3
4
5
6
function main(args as dynamic) as void
    screen = CreateObject("roSGScreen")
    'Create a scene and load /components/helloworld.xml'
    scene = screen.CreateScene("HelloWorld")
    screen.show()
end function