COHERENT help

This page displays the COHERENT help information for typeset.

Listing of available help pages


typeset -- Set/list variables and their attributes

typeset
typeset [+-]fr
typeset [ irx ] variable=value


First form: List all variables and their attributes
Second form:
     +f        List functions
     -f        List functions plus values
     +r        List read-only variables
     -r        List read-only variables plus values

Third form: Set variable to equal value
     i         Store value as an integer
     r         List read-only variables
     x         Export variable=fR to environment

ksh only.