Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -24,8 +24,7 @@ strings: {
|
|||
|
||||
loop split.lines strings 'str [
|
||||
rep: repeated? str
|
||||
if? false = rep ->
|
||||
print [str "-> *not* a rep-string"]
|
||||
else ->
|
||||
print [str "->" rep "( length:" size rep ")"]
|
||||
switch false = rep
|
||||
-> print [str "-> *not* a rep-string"]
|
||||
-> print [str "->" rep "( length:" size rep ")"]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue