{- Agents, Dynamic binding, Test & sent -} new chan : ^String agent b = chan ?* msg = print! msg agent a = iflocal chan! "MESSAGE" then print! "b is on this site." else print! "b is not here." run chan ?* msg = print! "Never executed"