diff --git a/todo/FUTURES b/todo/FUTURES index 0968443..4b27851 100644 --- a/todo/FUTURES +++ b/todo/FUTURES @@ -124,7 +124,7 @@ :) x is 30, KV pair (def Foo f (new Foo x 30)) (put (<- f x)) :) 30 -(def Bar <- Foo :) INHERIT +(def Bar << Foo :) INHERIT (def () bar (put "CALL BAR!!")) @@ -159,4 +159,4 @@ (put (fib 20)) :) 6757 (del x) (put x) :) exception -:) END \ No newline at end of file +:) END