Poker hand analyser: Difference between revisions

m
→‎version 2: changed the comment describing the REXX program. -- ~~~~
m (→‎version 2: removed a duplicate line (from pasting). -- ~~~~)
m (→‎version 2: changed the comment describing the REXX program. -- ~~~~)
Line 455:
:::*   the dealt hands can be in a file
:::*   dealt hands in the file can have comments after a semicolon   (''';''')
<lang rexx>/*REXX program analyzes aan N-card poker hand, displays what the hand holds (is).*/
parse arg iFID .; if iFID=='' then iFID='POKERHAN.DAT'
/* [↓] read the poker hands dealt*/