Example Context globalBinding 001
|
The globalBinding function returns the Symbol name for the corresponding value.
Notes and Hints Because global values are not unique it is possible to have more than one
symbol in the symbol table that has the same global value. The globalBinding
function returns the first match in the symbol table. (define mackintosh "apple") (define gala "apple") (globalBinding "apple")
Returns:
Returns:
Returns:
Returns: Returns: gala
Here are examples of the globalBinding function at work.
Context globalBinding 001 | Lambda globalBinding 001 |
Here is the link to the current function used in this example.
Here are a number of links to other related functions.
getSymbolTable(#void) | getGlobalValue(#void) |
Here are the links to the data types of the arguments used in this example. Here are a number of links to examples having similar argument types.
Lambda
ObjVector
Integer
Symbol
Analytic Information Server (AIS)AIS Component Systems
|