Next: Interfaces, Previous: Dezyne Files, Up: Dezyne Language Reference [Contents][Index]
In Dezyne all variables and constants are typed. A number of type constructs are available.
type ::= bool / enum / subint / void data-type ::= extern
type
s are used for event reply types, variables,
function parameters, function, function return types, and function call
arguments. data-types
are used for event parameters, action
arguments, and variables.