[Swift-devel] app {} syntax

Michael Wilde wilde at mcs.anl.gov
Wed Oct 22 13:14:57 CDT 2008


Thats excellent!

On 10/22/08 12:29 PM, Ben Clifford wrote:
> I added a new syntax for delcaring app invocations. You can now say
> 
> 
> app (file myfile) p() {
>   echo "hi" stdout=@myfile;
> }
> 
> instead of 
> 
> (file myfile) p() {
>   app {
>     echo "hi" stdout=@myfile;
>   }
> }
> 
> The old syntax still works, though I think it should be made to disappear 
> in the next 6 months or so.
> 



More information about the Swift-devel mailing list