RosettaCodeData/Task/Substring-Top-and-tail/Logo/substring-top-and-tail.logo
Ingy döt Net 6f050a029e update
2013-06-05 21:47:54 +00:00

4 lines
82 B
Text

make "s "|My string|
print butfirst :s
print butlast :s
print butfirst butlast :s