Index: doc/next-tutorial.html =================================================================== diff -u -r542e84bd66ce4c3cd28e4ba1fd41f2151d8cb043 -re92bab3b262d521ac909fd8956352473909197fb --- doc/next-tutorial.html (.../next-tutorial.html) (revision 542e84bd66ce4c3cd28e4ba1fd41f2151d8cb043) +++ doc/next-tutorial.html (.../next-tutorial.html) (revision e92bab3b262d521ac909fd8956352473909197fb) @@ -3,29 +3,26 @@ - + Tutorial for the Next Scripting Language @@ -2437,7 +2618,7 @@ } # Register an unknown handler as a method of ::nx::Class -::nsf::unknown::add nx {::nx::Class __unknown} +::nsf::object::unknown::add nx {::nx::Class __unknown} ::nx::Object create o { # The class M is unknown at this point @@ -2451,7 +2632,7 @@ # ***** __unknown called with <::M> # ::M } -

The Next Scripting Framework allows to add, query, delete abd list unknown handlers.

+

The Next Scripting Framework allows to add, query, delete and list unknown handlers.

Listing 31: Unknown Handler registration