On Mon, Nov 17, 2008 at 4:20 PM, Jon Kleiser <[EMAIL PROTECTED]> wrote:
> When I want to try a new xyz sample program, I typically do like this:
> 1) File->Run..., and select the xyz.factor.
> 2) Open the same file in my editor (BBEdit) and look for the MAIN word at
> the bottom.
> 3) Copy/paste that word into Factor's Input section.
> This becomes a bit tiresome after a few sample programs. Are there smarter
> ways?

If you just do:

  "xyz" run

...in the listener, it will automatically run the word specified by MAIN:

--
Aaron "ElasticDog" Schaefer

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to