0 Members and 3 Guests are viewing this topic.
var i: Byte; begin for i := 0 downto 0 do WriteLn(inttostr(i));end.
If we are talking about CPU usage I would like to ask why that keeps looping?(It will spam random values up to 255 and overload processor)