Name

accept:core — ordinary primitive

Synopsis

FORTH

ACCEPT ( a n -- n' )();
p4:"accept";

Description

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