El día 26 de julio de 2010 07:20, Raúl Alexis Betancor Santana rabs@dimension-virtual.com escribió:
Umm ... again confused ... does the execution of the cfg continues AFTER the append_branch call,just on the next line ... or it "begins" on "t_on_branch()"?
To clarify: when you call t_on_branch("N") it means that *after* calling t_relay() the block branch_route[N] will be executed for *each* branch. So the position of t_on_branch() is not important (it must be before t_relay however).