Index: doc/next-migration.html =================================================================== diff -u -rbf27d4db31b371bc100e7199f06bb5c63e36a7eb -rbf1541d5a304b10847f0f163b43ed3d440beb8ad --- doc/next-migration.html (.../next-migration.html) (revision bf27d4db31b371bc100e7199f06bb5c63e36a7eb) +++ doc/next-migration.html (.../next-migration.html) (revision bf1541d5a304b10847f0f163b43ed3d440beb8ad) @@ -490,22 +490,22 @@
Class C
C instproc foo args {
- # method scoped variable a
+ # Method scoped variable a
set a 1
- # instance variable b
+ # Instance variable b
my instvar b
set b 2
- # global variable/namespaced variable c
+ # Global variable/namespaced variable c
set ::c 3
}
Class create C {
:method foo args {...}
- # method scoped variable a
+ # Method scoped variable a
set a 1
- # instance variable b
+ # Instance variable b
set :b 2
- # global variable/namespaced variable c
+ # Global variable/namespaced variable c
set ::c 3
}
}
@@ -518,7 +518,7 @@
}
... method ... {
@@ -535,7 +535,7 @@
}
... method ... {
::nx::var import [self] varname
@@ -552,7 +552,7 @@
}
... method ... {
set newVar [set :otherVar]
@@ -950,7 +950,7 @@
# list only application specific methods
# List only application specific methods
obj info callable -application
self next
current next
self filterreg
current filterreg