RosettaCodeData/Task/Substring-Top-and-tail/Factor/substring-top-and-tail.factor

4 lines
103 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
USING: io kernel sequences ;
"Rosetta code" [ rest ] [ but-last ] [ rest but-last ] tri
[ print ] tri@