is.gc {CoCoCore}R Documentation

Generating classes

Description

Internal CoCoCore function: Test for objects of type '"character"', but not one of the for CoCo reserved text strings.

Usage

is.gc(model = "*")

Arguments

model A character string. See also returnModel.

Details

This function is not to be called by the user.

Value

Logical

Author(s)

Jens Henrik Badsberg

References

Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.

See Also

is.character.

Examples

 
is.gc("ab,bc.")
is.gc("[[ab][bc]]")
is.gc("[[ab]] / [[axy]] / [[axy]]")
is.gc("current")
is.gc(1)

[Package CoCoCore version 0.1.6.7 Index]