On 30/03/2015, at 5:42 AM, john skaller wrote: > > I am looking at some more short forms, such as > > if(x)stmt; > while(x)stmt;
You can of course do this now: for(i=0; i<10; ++i;) stmt; Note the ";" after the ++i. -- john skaller skal...@users.sourceforge.net http://felix-lang.org ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Felix-language mailing list Felix-language@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/felix-language