Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/7.1.0/doc/tools/node3.html
Дата изменения: Mon Jul 9 10:38:49 2007
Дата индексирования: Sat Dec 22 07:27:58 2007
Кодировка:
DESCRIPTION
A calculator which receives a boolean or arithmetic expression
as an argument, evaluates it and prints the result on standard
output. If a valid arithmetic expression is given, the numeric result
is printed on stdout and the program exits with 0. If a boolean
expression is given, clex is mute and conveys the result of
the evaluation to the caller via the return value:
0/1: expression evaluates to true/false.
REFERENCE
See evselect
documentation for the full list of available
arithmetic/boolean operators and functions.