I was writing some test code when a slip of the fingers resulted in some wierd syntax, which then proceded to compile, and produced some interesting output.
Anybody have any idea what this code thinks it is doing? PRINT 10.2 PRINT 10.'2' PRINT 10.'02' program output: 10.2 10.00 1000 ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/
