Talk:ABC problem: Difference between revisions

Content added Content deleted
m (→‎order of blocks: Python's ok)
(→‎order of blocks: removed some text someone did not like)
Line 54: Line 54:
== order of blocks ==
== order of blocks ==


I found a problem with the original version 1 of REXX:
PL/I has a problem:
<br>blocks = 'US TZ AO QA'
<br>blocks = 'US TZ AO QA'
<br>word = 'Auto' could not be spelt when taking AO for the A of AUTO.
<br>word = 'Auto' cannot be spelt when taking AO for the A of AUTO.
Therefore I created version 2 earlier for REXX and now for PL/I
<br>This program was meanwhile corrected.
(which are the two languages I know rather well).
<br>PL/I shows the same problem.
Therefore I created version 2 for these two languages
(which are the ones I know rather well).
I cannot say how other languages' solutions behave.--[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 19:58, 11 January 2014 (UTC)
I cannot say how other languages' solutions behave.--[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 19:58, 11 January 2014 (UTC)


Line 70: Line 68:


:: Thanks! Fine :-) --[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 21:08, 11 January 2014 (UTC)
:: Thanks! Fine :-) --[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 21:08, 11 January 2014 (UTC)

::: I assume tha the programs should work for any set of blocks and any word --[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 21:24, 11 January 2014 (UTC)