Talk:Flatten a list: Difference between revisions

→‎String editing examples marked incorrect: Text as text vs text as lists.
(→‎String editing examples marked incorrect: added some wording about the form of datum used in the REXX language.)
(→‎String editing examples marked incorrect: Text as text vs text as lists.)
Line 95:
 
: (Concerning the REXX language example) &nbsp; &nbsp; --- &nbsp; &nbsp; In the REXX language, there is &nbsp; ''only'' &nbsp; a string form (type), there is no other form. &nbsp; All values (of variables) are stored as (character) strings. &nbsp; There is other way to store data in REXX. &nbsp; Because of this language feature (some might call it a limitation), I saw no reason to '''not''' create a REXX solution to this task, as the string form for the output is indistinguishable from a list form. &nbsp; I didn't interpret the task that the data must be &nbsp; ''in'' &nbsp; a list form. &nbsp; I believe that the REXX solution is in the spirit of the task in that the REXX solution &nbsp; <u>did work on the equivalent of the list</u> &nbsp; as specified in the task's preamble. &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 22:06, 24 October 2017 (UTC)
 
:: How to stop the task degenerating into lots of new examples just editing strings? I am at a loss!
:: I do note however that [[Tree_traversal#REXX]] seems to do more of what seems to be list-like processing whereas this example treats the string as text. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 14:01, 25 October 2017 (UTC)
Anonymous user