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

Content deleted Content added
Walterpachl (talk | contribs)
REXX compliance and logic improvement
Walterpachl (talk | contribs)
Line 5: Line 5:


changing Upper info to info=translate(info) makes it work for all Rexxes I know
changing Upper info to info=translate(info) makes it work for all Rexxes I know

and these hanges improve it
and these changes improve it
if pos('HIGH',info)\==0 then newhigh=guess
if pos('HIGH',info)\==0 then newhigh=guess
if pos('LOW' ,info)\==0 then newlow =guess
if pos('LOW' ,info)\==0 then newlow =guess