[F-Script-talk] stdout in fscripter
Brought to you by:
pmougin
From: bob a. <rd...@pa...> - 2002-05-03 16:33:00
|
i notice that if i have a syntax error in a script, it gets printed out in the terminal session where i ran the script. so might it be possible to directly output a string from a script to the terminal via stdout, say? a longer shot would be to get command line arguments when running a script. that would make fscripter a fully functional command line tool. well, maybe not fully functional - would need a way to execute system commands from an script and retrieve results from stdin. thinking of it as high power perl with system level access on one side, and Cocoa access on the other, with FScript as the language in the middle. is any of this even feasible - as feature requests? |