b := method( msg := "hello\n" write(msg) ) write(getSlot("b"), "\n")
の実行結果は
method(setSlot("msg", "hello\n"); write(msg))
要はコードが printf できると。まぁそれなりに嬉しい。
b := method( msg := "hello\n" write(msg) ) write(getSlot("b"), "\n")
の実行結果は
method(setSlot("msg", "hello\n"); write(msg))
要はコードが printf できると。まぁそれなりに嬉しい。