Hey Nathan, good question I hadn't thought of those types like that. Lets look at a quick example in C#. using System; namespace TestCLIReferenceTypes { class Program { static void Main( string [ args) { Object obj = new Object(); Int32 int32 = 100; uint rint = 200; for (; rint > 100 & int32...