Package RASCAL.Variable

DescriptionSystem variable related types and methods.
Authorbbracke
Date2005/11/21 20:14:33
Revision1.1
 

Definitions

Quick access : ClausesGenericsDefinitionsSubprograms


Types
Name Declaration
Variable_Type(GS_String, Number, Macro, Expanded, Literal)
 

Subprograms

Quick access : ClausesGenericsDefinitionsSubprograms


  
Exists function
ReturnBoolean
Returns true if the system variable exists.
Parameter name Type Mode Default
NameStringin
  
Set_Value procedure
Sets the system variable 'Name' to 'New_Value'.
Parameter name Type Mode Default
Namestringin
New_Valuestringin
Var_TypeVariable_TypeinLiteral
  
UnSet procedure
Unsets (deletes) the variable Name.
Parameter name Type Mode Default
Namestringin
  
Get_Value function
ReturnString
Returns the value of the system variable 'Variable'.
Parameter name Type Mode Default
VariableStringin
  
Translate function
ReturnString
Translates possible system variables etc. in string.
Parameter name Type Mode Default
StrStringin