Cosmos/source2/Kernel
Trivalik_cp c499d21987 add comment for pic,
correct console scrolling,
correct error for cgt
example:
			int k = 1000;
			UInt32 k2 = 960;

			if (k <= k2)
			{
				Console.Write("true");
			}
			else
			{
				Console.Write("false");
			}
2011-01-01 01:51:11 +00:00
..
Common unit format of assemblyinfos 2010-09-09 20:54:55 +00:00
Debug unit format of assemblyinfos 2010-09-09 20:54:55 +00:00
System add comment for pic, 2011-01-01 01:51:11 +00:00