// demo0.ck // basic demo showing time and duration 5::second + now => time later; while( now < later ) { <<>>; 1::second => now; } <<>>;