]> gitweb.factorcode.org Git - factor.git/blobdiff - core/system/system.factor
primitives: Change PRIMITIVE: to check that the word is in that vocabulary and the...
[factor.git] / core / system / system.factor
index f3f847efc8591a248ea006f1c1e3058b99e492fe..3b26353332b6ff46f9be6a82ec4a2c3abceb350e 100644 (file)
@@ -4,6 +4,9 @@ USING: assocs continuations init io kernel kernel.private make
 math.parser namespaces sequences ;
 IN: system
 
+PRIMITIVE: (exit) ( n -- * )
+PRIMITIVE: nano-count ( -- ns )
+
 SINGLETONS: x86.32 x86.64 arm ppc.32 ppc.64 ;
 
 UNION: x86 x86.32 x86.64 ;