[Ur] Mysterious behavior: Simple example DOES NOT compile using table named `thing` - but identical code DOES compile and run fine after renaming table `thing` to table `t`

Chris Double chris.double at double.co.nz
Fri Jul 24 01:00:33 EDT 2015


It's not complaining about a table called 't', it's using T just as a
general placeholder for a name - not it's in capitals not lowercase.
If you replace "thing.Id" with "Id" in line 57 it will compile.

-- 
http://bluishcoder.co.nz



More information about the Ur mailing list