9 lines
117 B
Plaintext

functor
import
Application
System
define
{System.showInfo 'Hello World'}
{Application.exit 0}
end