Re: [OT] Re: Octal and Binary Literals
- Posted by Matt Lewis <matthewwalkerlewis at g?ail.co?> Sep 10, 2007
- 935 views
Pete Lomax wrote: > > After several days I can still only think of one small (very small) > incompatibility:
procedure xx() puts(1,"hello\n") end procedure integer i i=0xx()
> which will now need a space after the 0. I can't see why this is ambiguous. It looks like an error to me, since a symbol name can't start with a number. Matt

