SYNOPSIS:

void: a dummy data type containing nothing

DESCRIPTION:

The void type is used internally to handle functions that
return nothing, functions that want to indicate failure
and for checking access to unknown variables.

EXAMPLES:

IF ${$argv[2]==(void)0} CECHO Need 2 args.

SEE ALSO:

integer, double, string, expression