Find Chess960 starting position identifier: Difference between revisions

→‎{{header|FreeBASIC}}: Add problematic examples.
(→‎{{header|Commodore BASIC}}: read demo data instead of prompting user)
(→‎{{header|FreeBASIC}}: Add problematic examples.)
Line 160:
Print
SP_ID("RNBQKBNR")
Print
SP_ID("RQNBBKRN")
Print
SP_ID("RNQBBKRN")
Sleep</lang>
{{out}}
<pre>QNRBBNKR has SP_ID of 105
 
RNBQKBNR has SP_ID of 518</pre>
 
RQNBBKRN has SP_ID of 601
 
RNQBBKRN has SP_ID of 617
</pre>
 
==={{header|QBasic}}===
1,479

edits