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

4 lines
103 B
Factor
Raw Permalink Normal View History

2018-08-17 15:15:24 +01:00
USING: io kernel sequences ;
"Rosetta code" [ rest ] [ but-last ] [ rest but-last ] tri
[ print ] tri@