Name
c-quote:core — compiling primitive
Synopsis
FORTH
C"
( [string<">] -- bstring )( | ) ; | |
Description
in compiling mode place the following string in the current
word and return the address of the counted string on execution.
(in exec-mode use a POCKET and leave the bstring-address of it),
see S" string" and the non-portable " string"
dpANS .6.2.0855
- standard forth word