Talk:Guess the number/With feedback: Difference between revisions

added a section header to separate from "Why draft?" -- ~~~~
No edit summary
(added a section header to separate from "Why draft?" -- ~~~~)
Line 17:
n
 
==REXX example==
----
In REXX
if g>high then do
Line 27:
 
--[[User:Walterpachl|Walterpachl]] 19:10, 30 June 2012 (UTC)
 
-----
 
Yes, corrected to:
<lang rexx> if g>high then do
call ser g 'is above the higher limit of' high
iterate
end</lang>
-- [[User:Gerard Schildberger|Gerard Schildberger]] 19:30, 1 July 2012 (UTC)