Solve the no connection puzzle: Difference between revisions

m
m (→‎unannotated solutions: added/changed comments, whitespace, and indentations.)
m (→‎unannotated solutions: fixed typos.)
Line 1,369:
<lang rexx>/*REXX program solves the "no-connection" puzzle (the puzzle has eight pegs). */
parse arg limit . /*number of solutions wanted.*/ /* ╔═══════════════════════════╗ */
if limit=='' | limlimit==t''"." then limit=1 /* ║ A B ║ */
/* ║ /│\ /│\ ║ */
@. = /* ║ / │ \/ │ \ ║ */