[M3devel] language question -- locals uninitialized or zero?

Jay K jay.krell at cornell.edu
Sun Feb 24 09:10:56 CET 2013


PROCEDURE F1()
VAR a, b := 1;
    c: INTEGER;
    t: TEXT;
    r: TRACED REF...
    u: UNTRACED REF...
BEGIN
END F1;



Is a defined? To 1 or 0?
Is c defined? 0?
t? NIL?
r? NIL?
u? NIL?



 - Jay

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20130224/b51be7d3/attachment-0001.html>


More information about the M3devel mailing list