escript: variable declaration with primitive versus complex types - whats the difference
Hi All,
Anyone could suggest what's the difference/limitations/further support etc when declaring a variable like:
var foo:chars; versus var foo:String;
var bFoo:bool; versus var bFoo:Boolean;
var iFoo:float; versus var iFoo:Number;
Thanks in advance,
Alex