OSDN Git Service

[UPDATE] example
authormzp <mzpppp@gmail.com>
Sun, 2 Nov 2008 09:44:00 +0000 (18:44 +0900)
committermzp <mzpppp@gmail.com>
Sun, 2 Nov 2008 09:44:00 +0000 (18:44 +0900)
example/class.scm

index dbfb60a..1963924 100644 (file)
@@ -7,7 +7,7 @@
 
 
 (define-class Foo (Object) ())
-(define-method init ((self Foo) x)
+(define-method init ([self Foo] x)
   (print x)
   (let ((t 10)) 
     (let ((t 12))