24 game/Solve: Difference between revisions

Content deleted Content added
Thundergnat (talk | contribs)
→‎Prolog Minimal version: Incorrect, or at least, suspect output
Thundergnat (talk | contribs)
m →‎{{header|REXX}}: Oddly fails to find solutions in some instances.
Line 5,841: Line 5,841:


=={{header|REXX}}==
=={{header|REXX}}==

{{improve|REXX|Finds no solution for some combinations that obviously have one: EG. 1157 ──► [1 + 1] * [5 + 7]}}

<lang rexx>/*REXX program to help the user find solutions to the game of 24. */
<lang rexx>/*REXX program to help the user find solutions to the game of 24. */
/* ┌──────────────────────────────────────────────────────────────────┐
/* ┌──────────────────────────────────────────────────────────────────┐