fork download
  1. functor
  2. import
  3. Application
  4. System
  5.  
  6. define
  7. {System.showInfo 'Hello World!'}
  8. {Application.exit 0}
  9.  
  10. end
  11.  
Success #stdin #stdout 0.06s 5140KB
stdin
Standard input is empty
stdout
Hello World!