Content-type: text/html Man page of let

let

Section: User Commands (1)
Updated: 15 Apr 1994
Index Return to Main Contents
 

NAME

let - shell built-in function to evaluate one or more arithmetic expressions  

SYNOPSIS

 

ksh

let arg...  

DESCRIPTION

 

ksh

Each arg is a separate "arithmetic expression" to be evaluated.  

EXIT STATUS

The following exit values are returned:

0 The value of the last expression is non-zero.

1 The value of the last expression is zero.

 

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
AvailabilitySUNWcsu

 

SEE ALSO

ksh(1), set(1), typeset(1), attributes(5)


 

Index

NAME
SYNOPSIS
ksh
DESCRIPTION
ksh
EXIT STATUS
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:39:22 GMT, October 02, 2010