7 lines
105 B
Factor
7 lines
105 B
Factor
|
USING: python.syntax ;
|
||
|
IN: python.modules.os
|
||
|
|
||
|
PY-FROM: os =>
|
||
|
getpid ( -- y )
|
||
|
system ( x -- y ) ;
|