FunctionPackage: systemToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

tag-information

Arguments: name &optional env

This function returns information about the tag named by name in the environment env. env may an environment object or nil, indicating the null lexical environment.

Three values are returned: :tag, a locative, and declaration list. The car of the locative is a catch tag (usually a unique cons cell) for throwing to its target in the interpreter, and the cdr of the locative is the portion of the interpreted code that immedately follows the tag in the code.

See environments.htm for more information on environments.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version