| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
[R5RS] loads a Scheme source from *load-path* and current directory.
File extension ".scm" can be optional.
Directory paths which use searching source files by procedure load. You should use procedure add-load-path when you wish to modify this variable.
A special form when you wish to modify variable *load-path*.
loads a Scheme package from *use-path*.
Directory paths which use searching source files by procedure use. You should use procedure add-use-path when you wish to modify this variable.
A special form when you wish to modify variable *use-path*.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
calls a Java method.
When the first argument is an instance,
this procedure calls the method of the instance.
When the first argument is Java FQCN class name,
this procedure calls the static method of the class.
invokes the constructor of the Java class.
calls the method of the given Java object. java-method-name must be a symbol.
calls the static method of the given Java class.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
gets a Java system property, or returns #f if the property is not found.
gets all Java system properties as an associative list.
sets the object to Java system property.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
translates the string. This procedure works like UNIX tr(1) command.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
[SRFI-28+]
formats the string and outputs to a string or an output port.
If output-port specifies an output port,
this procedure outputs a format string to the output port.
If output-port is #f or not specified,
this procedure returns a format string.
Format string which supports in Schluessel is shown as follows.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
defines a traditional macro.
returns a result of expanding the form.
creates a temporary symbol.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
creates a character set.
returns #t if the object is a promise.
defines a SRFI-0 feature.
[R6RS] gets command lines when the interpreter is executed.
[R6RS] exits the interpreter. If code is #f, error code of the interpreter will be not 0.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | 
 
  This document was generated on August 9, 2012 using texi2html 5.0.