Io> b := method(call target uniqueId println; self uniqueId println)
==> method(
call target uniqueId println; self uniqueId println
)
Io> b
2148144
2148144
==> 2148144
Io> b := method(call target uniqueId println; self uniqueId println)
==> method(
call target uniqueId println; self uniqueId println
)
Io> b
2148144
2148144
==> 2148144