mirror of
https://github.com/seigler/rockstar-playground
synced 2025-07-26 01:06:10 +00:00
10 lines
239 B
Text
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)
|
|
|