Towers of Hanoi: Difference between revisions

Content added Content deleted
(Added Toka)
m (→‎[[Toka]]: minor cleanup using new way of declaring variables)
Line 122: Line 122:
[[Category:Toka]]
[[Category:Toka]]


value| sa sb sc n |
needs values
value sa value sb value sc value n
[ to sc to sb to sa to n ] is vars!
[ to sc to sb to sa to n ] is vars!
[ ( num from to via -- )
[ ( num from to via -- )