accept:core — ordinary primitive
FORTH
ACCEPT
( a n -- n' )(
)
;
p4:"accept";
get a string from terminal into the named input buffer, returns the number of bytes being stored in the buffer. May provide line-editing functions.
dpANS .6.1.0695 - standard forth word