5 lines
82 B
Factor
5 lines
82 B
Factor
|
USING: python.syntax ;
|
||
|
IN: python.modules.time
|
||
|
|
||
|
PY-FROM: time => sleep ( n -- ) ;
|