Declaredtype

From Mesham
Revision as of 21:52, 10 January 2010 by Polas (talk | contribs) (Created page with '== Syntax == declaredtype varname; == Semantics == Will return the declared type of the variable. == Example == var i:Int; i:i::const[]; i:declaredtype i; [[Category:…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;