Pep and Nom

home | documentation | examples | translators | download | blog | all blog posts

the ℕ𝕠𝕞 "clop" command

clop one character from the beginning of the workspace buffer.

The clop command is the counterpart of the clip command.

print only quoted words without the quotes
 r; '"' { until '"'; clip; clop; print; } clear;