TABLE OF CONTENTS


namelist

NAME

::guib::moduleObj::namelist -- the namelist GUIB keyword

USAGE

namelist -name name { ...code...}

DESCRIPTION

-- GUIB keyword !!!

    Keyword "namelist" is meant for marking the FORTRAN namelist. Code inside
    the namelist is meant as the namelist specification. Typical
    keyword used inside namelist is "var".

RETURN VALUE

None.

EXAMPLE

namelist -name name {

            ...some code here ...

}