Home | History | Annotate | Download | only in unit-tests

Lines Matching refs:FROM

16 # an endless loop, since variables from the command line cannot be overridden
21 FROM?= A # ... from this stack ...
32 . for from to in ${FROM} ${TO}
34 @echo "Move the upper disk from stack ${from} to stack ${to}."
41 . for from to in ${FROM} ${TO}
43 @echo "Move the upper disk from stack ${from} to stack ${to}."
46 _:= ${N::=${N:[1..-2]}} ${TMP::=${VIA}} ${VIA::=${FROM}} ${FROM::=${TMP}}
48 _:= ${N::+=D} ${TMP::=${VIA}} ${VIA::=${FROM}} ${FROM::=${TMP}}