Morpion solitaire/Unicon: Difference between revisions

m
(overall and code clean up)
Line 624:
c ||:= \l || "\n"
return c || "#"
end</lang>
 
== Detailed Move Logging (for analysis) ==
<lang Unicon>procedure PrintDetails(MG) #: print the log
fprintf(M_Output,"Detailed Move Log\n")
Anonymous user