mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
13 lines
206 B
Text
13 lines
206 B
Text
description "A \"Hello world\" GUI example demonstrating the Turtle package\377";
|
|
|
|
uses(TURTLEGUI) Turtle;
|
|
|
|
uses(!TURTLEGUI) CtrlLib;
|
|
|
|
file
|
|
WebHelloWorld.cpp;
|
|
|
|
mainconfig
|
|
"" = "TURTLEGUI",
|
|
"" = "GUI";
|
|
|