Declaredtype
From Mesham
Jump to navigationJump to search
Syntax
declaredtype varname;
Semantics
Will return the declared type of the variable.
Example
var i:Int; i:i::const[]; i:declaredtype i;
declaredtype varname;
Will return the declared type of the variable.
var i:Int; i:i::const[]; i:declaredtype i;