Talk:Guess the number/With feedback (player): Difference between revisions

REXX compliance and logic improvement
(→‎REXX solution: new section)
(REXX compliance and logic improvement)
Line 6:
changing Upper info to info=translate(info) makes it work for all Rexxes I know
and these hanges improve it
if pos('HIGH',info)\==0 then newhigh=guess-1
if pos('LOW' ,info)\==0 then newlow =guess+1
to
if pos('HIGH',info)\==0 then newhigh=guess-1
2,299

edits