⏲ Timing - JulTob/Ada GitHub Wiki

⏲ Timing

And time control

⏲ It turns out that your computer has a clock inside. It is so because it wouldn't work without one.

⏱ Every cycle (the minimum unit of time for your computer) the state of your computer changes. As such, it is possible for us to use time itself as a resource.

-- This doesn't need to call a library in Ada.

delay 0.5; 
-- Delay Half a second