variable

NAME
Evaluates to the value of the named variable. This variable must be one of a field in the current class, a variable declared within the present block of statements, or an argument to the method. Method argurments and block-specified variables may have the same name as fields.

ProfessorJ Advanced Language