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