3 lines
133 B
Text
3 lines
133 B
Text
|
|
/# "Hello,How,Are,You,Today" "," "." subst print #/
|
||
|
|
"Hello,How,Are,You,Today" "," " " subst split len for get print "." print endfor
|