Talk:Bulls and cows: Difference between revisions

no edit summary
(RE-added header section on ''malformed numbers''' after someone deleted the whole section. -- ~~~~)
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 44:
When asked by my 2nd level supervisor, I glady wrote some games on my own time in EXEC2, a language on the VM/CMS
system. And who wanted to throw rocks at one's own bosses? -- [[User:Gerard Schildberger|Gerard Schildberger]] 23:35, 4 July 2012 (UTC)
 
::: (added parenthesized comments and ''mainframe'' words to clarify what kind of computer(s) I was referring to.) -- [[User:Gerard Schildberger|Gerard Schildberger]] 14:21, 5 July 2012 (UTC)
 
:Hmm. Thanks for the info on the variants where you introduce a placeholder not-a-number symbol. I guess it cannot match anything and would serve to reduce complexity when someone wants to test what they think they may know about a partial solution?
Line 56 ⟶ 58:
 
Note: the above section was re-added and slightly re-formated as I had to retrieve it with cut and paste from my E-mail reader via Rosetta Code's notification of changes. I left the original timestamps intact. All the original line-ends (newLines) [if any] have been lost. -- [[User:Gerard Schildberger|Gerard Schildberger]] 14:16, 5 July 2012 (UTC)
 
==javascript==
Used a javascript editor to copy/paste the code but got a ''missing semicolon'' error in function pickNum.
 
==REXX version 2==
Line 78 ⟶ 83:
The s-removal was to show another way to provide that functionality (if bulls and cows should be changed to fox and geese)
--[[User:Walterpachl|Walterpachl]] 04:28, 4 July 2012 (UTC)
 
:: The removal of the '''S''' subroutine wasn't being questioned, only the comment on the example page for REXX version 2 saying that the version 1 code didn't work for all plurals. It was asked if it could fail for the program as coded (for bulls and cows). It wasn't stated anywhere that it worked for all plurals. -- [[User:Gerard Schildberger|Gerard Schildberger]] 14:39, 5 July 2012 (UTC)
----
Actually the change of ? to qq was NOT necessary. ? IS allowed on TSO. However, I never use(d) it.
Anonymous user