order_by_int renamed to order_by_num + some experiments with lists
[svn/Cll1h/.git] / demos / objects / objects-community.c
index 5b005636bdd2b04ffe6c0b8ca6fd8f28091fed39..0854766c0ae28313594a92ebb9515a5795e0d352 100644 (file)
@@ -2,9 +2,7 @@
 
 /* This is example of advanced C<<1 object oriented features... */ 
 
-def_type(Shape);
-
-def_mem(Interface)
+def_interface(Shape, Interface)
 {
  void method(draw) (Shape self);
  void method(move) (Shape self, int x, int y);
@@ -264,7 +262,7 @@ Interface circInterface(void)
  return this;
 }
 
-/* usage of objects inside C<<1 program */
+/* usage of object community inside C<<1 program */
 
 program
 {
This page took 0.131381 seconds and 4 git commands to generate.