RosettaCodeData/Task/Window-creation/Euphoria/window-creation-4.euphoria

6 lines
128 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
include Win32Lib.ew
constant win = createEx( Window, "Win32Lib", 0, Default, Default, 640, 480, 0, 0 )
WinMain( win, Normal )