June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
8
Task/Tokenize-a-string/Nial/tokenize-a-string-4.nial
Normal file
8
Task/Tokenize-a-string/Nial/tokenize-a-string-4.nial
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue