-
Notifications
You must be signed in to change notification settings - Fork 6
var
Norbert Preining edited this page Oct 6, 2017
·
2 revisions
Declares a variable <var-name>
to be of sort <sort-name>
.
The scope of the variable is the current module.
Redeclarations of variable names are not allowed.
Several variable of the same sort can be declared at the same time
using the vars
construct:
vars <var-name> ... : <sort-name>
Related: on-the-fly
, qualified term
, op
CafeOBJ Reference Manual (c) 2015-2018 CafeOBJ Development Team