Hello!

  I was looking at some words, like <wrapper>, and I saw PRIMITIVE:

IN: scratchpad \ <wrapper> see
IN: kernel
PRIMITIVE: <wrapper> ( obj -- wrapper ) foldable flushable

  But when I tried to look up PRIMITIVE:, here's what I saw:

  If I do IN: scratchpad \ PRIMITIVE: see
USING: kernel ;
IN: syntax
SYNTAX: PRIMITIVE:
    "Primitive definition is not supported" throw ;

  Is this the actual definition of PRIMITIVE:? To throw an error? How can the 
<wrapper> work then?

  If it is not the actual definition, please help me find the real one.

---=====---
 Александр

------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to