Title: RE: command line execution of OZ

Hello,

You can have a functor like this:
functor
import
   System
   Application
define
   {System.showInfo 'Hello World'}
   {Application.exit 0}
end

And compile it with ozc -x in order to create an executable you can launch in linux.

Andres Becerra Sandoval




-----Original Message-----
From: [EMAIL PROTECTED] on behalf of Robert Ritchey
Sent: Thu 29/09/2005 18:46
To: [email protected]
Subject: command line execution of OZ

Hello,
  Is there a way to run oz from the command line in Linux? I saw a paragraph
(but only one paragraph) in the CTM Book that seemed to indicate that this
may be done but I haven't seen anything else.
 Thanks.
 Robert


_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to