Tokenize a string: Difference between revisions

m
(→‎{{header|PARI/GP}}: fixing output)
Line 1,436:
 
<lang parigp>
\\Tokenize a string str according to a 1 character delimiter d. Return a list of tokens.
\\ tokenize() 3/5/16 aev
tokenize(str,d)={
Line 1,471:
 
<lang parigp>
\\Tokenize a string str according to a 1 character delimiter d. Return a list of tokens.
\\ stok() 3/5/16 aev
stok(str,d)={
Anonymous user