[Use Danya's io.sgml Jonas Eschenburg **20071226221831] { hunk ./debian/io.sgml 1 -cjwatson@debian.org, based on a man page template - provided by Tom Christiansen tchrist@jhereg.perl.com - and a DocBook man page example by Craig Small - csmall@debian.org. - --> - - - Jonas"> - Eschenburg"> - - 2007-12-08"> - - 1"> - indyjo@gmx.de"> - io"> - +Danya"> + Alexeyevsky"> + + + me.dendik@gmail.com"> + + + hunk ./debian/io.sgml 11 + hunk ./debian/io.sgml 13 - - - - Bram - Neijt - - - Jonas - Eschenburg - - - - 2007 - Bram Neijt - Jonas Eschenburg - - &mandate; - - - &manucpackage; hunk ./debian/io.sgml 14 - &mansection; - - - &manpackage; + +
&manemail;
+ &manfullname; + + &mandate; +
+ + + &manbinary; + 1 + + + + &manpackage; + Io Programming Lanuage interperter + + + + + &manbinary; + + input file + + + &manbinary; + + expression + + + + + DESCRIPTION + &manbinary; is the &manio; + Programming Language interperter and the main entry point for + the iovm. + In the first form &manbinary; executes each of the + files specified on the command line. + If is specified or no input files + are given, &manbinary; then runs interactive interpreter. + If &manbinary; goes interactive given input files, it + attempts to load main.io before + displaying the command prompt. It may be useful for some + common setup for interactive sessions. + In the second form &manbinary; evaluates the expression + given on the command line and prints the resulting + value. + + + + OPTIONS + + + + Go interactive after executing the files + on the command line. + + + + Treat arguments as an &manio; expression + and evaluate it. Print the result on the standard + output. + + + + + + FILES + + + main.io + If exists, this file is sourced if + &manio; is going interactive and no files are specified + on the command line. + + + ~/.iorc + If exists, this file is executed first, + before executing any other files or expressions on the + command line. + + + + + hunk ./debian/io.sgml 106 - Io Programming Language interpreter -
- - - &manpackage; - -i - - -ecommand - input file - - - - - DESCRIPTION - &manpackage; is the Io Programming Language interpreter. - - - - OPTIONS + + RETURN VALUE + Return value is determined by program code. Unless call to + exit is explicitly made, return code is always 0. + hunk ./debian/io.sgml 112 - When called without any arguments, the interpreter will enter interactive mode. - - - -i - Interactive mode. Start an interactive session after processing the given commands or file. - - - -e - Perform the io commands commands given on the command line. This will cause all succeeding arguments to be treated as Io statements. - - - + + AUTHOR + Steve Dekorte. For more information on the io interperter, please + visit http://www.iolanguage.com/. + hunk ./debian/io.sgml 118 - - - - NOTES + hunk ./debian/io.sgml 125 - For more information on the Io language and the Io interpreter, please visit http://www.iolanguage.com/ - }