Towers of Hanoi: Difference between revisions

m
Line 4,044:
=={{header|SASL}}==
Copied from SAL manual, Appendix II, answer (3)
<lang SASL>hanoi 8 ‘abc"
hanoi 8 ‘abc"
WHERE
hanoi 0 (a,b,c,) = ()
Line 4,051 ⟶ 4,050:
‘move a disc from " , a , ‘ to " , b , NL ,
hanoi (n-1) (c,b,a)
?</lang>
?
</lang>
 
=={{header|Sather}}==
Anonymous user