factor/extra/python/modules/time/time.factor

5 lines
82 B
Factor

USING: python.syntax ;
IN: python.modules.time
PY-FROM: time => sleep ( n -- ) ;