system: adding new primitives.
parent
1156ea3d8b
commit
e2d2107396
|
@ -5,6 +5,8 @@ math math.parser namespaces sequences ;
|
|||
IN: system
|
||||
|
||||
PRIMITIVE: (exit) ( n -- * )
|
||||
PRIMITIVE: disable-ctrl-break ( -- )
|
||||
PRIMITIVE: enable-ctrl-break ( -- )
|
||||
PRIMITIVE: nano-count ( -- ns )
|
||||
|
||||
SINGLETONS: x86.32 x86.64 arm ppc.32 ppc.64 ;
|
||||
|
|
Loading…
Reference in New Issue