Re: my first application in euphoria: a simple hangman

new topic     » goto parent     » topic index » view thread      » older message » newer message
kobi said...

nitpicks are also welcomed :))

One tiny thing I spotted:

            65 <= normalized and normalized <= 90 -- within A..Z  

could equally be written as

            normalized >= 'A' and normalized <= 'Z' 

Pete

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu