Name
str-over:dstrings — ordinary primitive
Synopsis
FORTH
$OVER
( $: a$ b$ -- a$ b$ a$ )( | ) ; | |
Description
Leave a copy of the next most accessible string stack entry
on top of the string stack. The string value is not copied.
<ansref>"string-over"</ansref>