| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
Procedures for systems.
guesses a kind of your OS and returns a symbol.
checks whether your OS is BSD, Linux, Mac, UNIX, Windows and Windows Server
respectively.
For Mac OS X, os-mac? and os-unix? are #t.
creates a version number.
converts a version number to a string and vice versa.
gets a version number of Java VM and Schluessel, respectively.
returns #t if version number specified by left is included specified by right.
(version-sub? (version 1) (version 1 2) (version 1 2 1)) ; #t (version-sub? (version 1) (version 1 2) (version 1)) ; #f
returns #t if version number specified by right is included specified by left.
(version-sub? (version 1 2 1) (version 1 2) (version 1)) ; #t (version-sub? (version 1) (version 1 2) (version 1)) ; #f
compares the version numbers.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | 
 
  This document was generated on August 9, 2012 using texi2html 5.0.