Index: doc/tutorial.html =================================================================== diff -u -rc772217e6f1895d5491ec684a7f31515dac68b36 -r8b30dda744c94f069b7baa347e09848fe21706e2 --- doc/tutorial.html (.../tutorial.html) (revision c772217e6f1895d5491ec684a7f31515dac68b36) +++ doc/tutorial.html (.../tutorial.html) (revision 8b30dda744c94f069b7baa347e09848fe21706e2) @@ -352,11 +352,7 @@ # Object create stack -stack proc init {} { - # Constructor - my instvar things - set things "" -} +stack set things "" stack proc push {thing} { my instvar things