Substring/Top and tail: Difference between revisions

→‎{{header|Picat}}: Added subsections
(→‎{{header|Picat}}: Added subsections)
Line 1,400:
 
=={{header|Picat}}==
Approach 1: ===Functions.===
<lang Picat>go =>
test("upraisers"),
Line 1,443:
butfirst_butlast = ημοτικ</pre>
 
===Using append/3===
Approach 2:
{{trans|Prolog}}
<lang Picat>go2 =>
Line 1,473:
Without last char : Δημοτικ
Without first/last chars : ημοτικ</pre>
 
 
=={{header|PicoLisp}}==
495

edits