rockstar-playground/contracts/Functions.rock
2021-01-06 03:56:46 +00:00

10 lines
239 B
Text

Initialism takes String ( "Thinking hurts my brain" => "Thmb" )
Cut String into Words with " "
Until Words is empty
Roll Words into Word
Rock Word at 0 into Letters
(end until)
Unite Letters
Give back Letters
(end func)