Look-and-say sequence: Difference between revisions

Content deleted Content added
Not a robot (talk | contribs)
Add CLU
Eliasen (talk | contribs)
→‎{{header|Frink}}: Removed confusing comment
Line 2,136: Line 2,136:
println["Starting Value: " + LookAndSay]
println["Starting Value: " + LookAndSay]


/*
Anonymous function
There was an issue processing a standard function with MapList. However,
the anonymous function formatting works without issue with the MapList function.
*/
LASStr = { |LaS|
LASStr = { |LaS|
length[LaS@0] + length[LaS@1] + LaS@0
length[LaS@0] + length[LaS@1] + LaS@0