Of course, we can combine the previous operators. For example, we can define a process that can be extended and killed.
#run killable (extend moving_point (new_state ()) add_behavior) ;;
Then we can reconfigure this process
emit add_behavior up_down ;;
and kill it.
emit to_kill 2 ;;