Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.forth > #16705

Headless child words

From mhx@iae.nl (Marcel Hendrix)
Subject Headless child words
Newsgroups comp.lang.forth
Message-ID <86861510938435@frunobulax.edu> (permalink)
Date 2012-10-25 20:49 +0200
Organization Wanadoo

Show all headers | View raw


Is there a standard way to create a headerless 
word that uses the DOES> part of its parent?
Sort of like: 

: foo  create-noname , does> @ ;

Foo produces an xt when given data:

44 foo  ( -- xt )

-marcel

Back to comp.lang.forth | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Headless child words mhx@iae.nl (Marcel Hendrix) - 2012-10-25 20:49 +0200
  Headless child words JennyB <jennybrien@googlemail.com> - 2012-10-25 21:49 -0700
  Re: Headless child words Arnold Doray <invalid@invalid.com> - 2012-10-26 13:38 +0000

csiph-web