| |||||||||||
| get the value of a global variable.
get_global(+Name, -Value)get_global/2 unifies Value with the value of the global variable Name.
Arguments
Name atom (name of a global variable) Value term
Examples
Standard
This predicate is not part of the ISO-Prolog Standard.
See alsocurrent_global/1, set_global/2.
| |||||||||||
| |||||||||||
| Back> |
|