Look-and-say sequence: Difference between revisions

→‎{{header|Frink}}: Removed confusing comment
(Add CLU)
(→‎{{header|Frink}}: Removed confusing comment)
Line 2,136:
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|
length[LaS@0] + length[LaS@1] + LaS@0
490

edits