From db6208f46bd7f1b1ac9393ef43058245e1fb9d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=99=E6=9D=BA?= <3106740988@qq.com> Date: Fri, 23 Apr 2021 12:11:09 +0800 Subject: [PATCH] Update FUTURES --- todo/FUTURES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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