On Mon, 2007-07-23 at 18:59 +1000, Rhythmic Fistman wrote:
> I use spawn_fthread  a lot and it gets a bit of a hassle to write
> and read. Can I define a very short macro, say "p" that expands
> to spawn_fthread or do I have to write a new proc?

Sure, you could use a macro, eg:

        val st = spawn_fthread;

-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to