system: adding new primitives.

char-rename
John Benediktsson 2016-11-01 17:16:11 -07:00
parent 1156ea3d8b
commit e2d2107396
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ math math.parser namespaces sequences ;
IN: system IN: system
PRIMITIVE: (exit) ( n -- * ) PRIMITIVE: (exit) ( n -- * )
PRIMITIVE: disable-ctrl-break ( -- )
PRIMITIVE: enable-ctrl-break ( -- )
PRIMITIVE: nano-count ( -- ns ) PRIMITIVE: nano-count ( -- ns )
SINGLETONS: x86.32 x86.64 arm ppc.32 ppc.64 ; SINGLETONS: x86.32 x86.64 arm ppc.32 ppc.64 ;