Index: doc/next-migration.html =================================================================== diff -u -rdfbcccd3296d1472af73d0f08fdd2b5079cefdab -reb4730787c0719f44e1498bc18a1991dfd779095 --- doc/next-migration.html (.../next-migration.html) (revision dfbcccd3296d1472af73d0f08fdd2b5079cefdab) +++ doc/next-migration.html (.../next-migration.html) (revision eb4730787c0719f44e1498bc18a1991dfd779095) @@ -612,7 +612,13 @@
Class create Foo {
+
+ Class create Foo -parameter {a {b 1}}
+ # Create instance of the class Foo
+ Foo create f1 -a 0
+ # Object f1 has a == 0 and b == 1
+
+ Class create Foo {
:attribute a
:attribute {b 1}
}
@@ -1245,6 +1251,6 @@
- Last modified: Fri Aug 13 13:25:57 CEST 2010
+ Last modified: Fri Aug 13 13:32:04 CEST 2010