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

removed bad advice
(REXX compliance and logic improvement)
(removed bad advice)
 
(One intermediate revision by the same user not shown)
Line 5:
 
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
if pos('LOW' ,info)\==0 then newlow =guess
to
if pos('HIGH',info)\==0 then newhigh=guess-1
if pos('LOW' ,info)\==0 then newlow =guess+1
--[[User:Walterpachl|Walterpachl]] 06:25, 1 July 2012 (UTC)
2,295

edits