[Swift-user] first.swift

J A jamalphd at gmail.com
Tue Jan 26 23:01:06 CST 2010


Hi All:

I am looking at first.swift:
==========

type messagefile {}

(messagefile t) greeting() {
    app {
        echo "Hello, world!" stdout=@filename(t);
    }
}

messagefile outfile <"hello.txt">;

outfile = greeting();
============

Is there a way to avoid using the '<' and '>' in the script and have code
still do the same thing?

Thanks,

Jamal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/swift-user/attachments/20100127/912bd1b5/attachment.html>


More information about the Swift-user mailing list