8 lines
224 B
Text
8 lines
224 B
Text
s:='Hello,How,Are,You,Today'
|
|
Hello,How,Are,You,Today
|
|
t:= s eachall = `, cut s
|
|
+-----+---+---+---+-----+
|
|
|Hello|How|Are|You|Today|
|
|
+-----+---+---+---+-----+
|
|
u:=front content (cart t `.)
|
|
Hello.How.Are.You.Today
|