Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ isobj(3) — GL1 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

isobj(3)  —  Silicon Graphics R1c

NAME

isobj - tell whether a given object identification names an object

SYNOPSIS

C
Boolean isobj(obj)
Object obj;

FORTRAN
logical function isobj(obj)
integer obj

Pascal
function isobj(obj: Object): Boolean;

DESCRIPTION

Isobj returns TRUE if obj names an object and FALSE if it does not.  It will return TRUE any time after the makeobj call for the object. 

SEE ALSO

genobj, istag, makeobj

NOTE

This command can only be used in immediate mode. 

Version 2.3  —  July 04, 1985

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026