Files
cell/tests/actor_clock.ce

7 lines
126 B
Plaintext

// Test: $clock fires with a time number
$clock(function(t) {
if (!is_number(t)) disrupt
if (t <= 0) disrupt
$stop()
})