Index: doc/example-scripts/rosetta-unknown-method.tcl =================================================================== diff -u -r1617c4f080e984ae2725d8337f994d5e5fa3d4cc -r1f1385c8cee1b127c85a3521383cd36e22ea7ac8 --- doc/example-scripts/rosetta-unknown-method.tcl (.../rosetta-unknown-method.tcl) (revision 1617c4f080e984ae2725d8337f994d5e5fa3d4cc) +++ doc/example-scripts/rosetta-unknown-method.tcl (.../rosetta-unknown-method.tcl) (revision 1f1385c8cee1b127c85a3521383cd36e22ea7ac8) @@ -6,7 +6,8 @@ package req nx::test # -# Modelled after the Python version: +# Define a class Example modelled after the +# Python version of Rosetta: # nx::Class create Example { @@ -25,7 +26,7 @@ # === Demonstrating the behavior in a shell: # -# Create an instance of Example +# Create an instance of the class Example: ? {set e [Example new]} "::nsf::__#0" ? {$e foo} "This is foo."