next up previous contents
Next: Defining variables from outside Up: GdfidLs command language Previous: GdfidLs command language   Contents

Variables

A variable has a name and a value. You define or redefine a variable with the sequence sdefine(name, value) or a sequence define(name, value). Whenever gd1 or gd1.pp encounter the name of an already defined variable, the name is substituted by the value of the variable, and the line is interpreted again.



Subsections