For example: ```r trajectory() %>% branch(some_function, continue = TRUE, trajectory1, trajectory2) ``` should work and be equivalent to `continue = c(TRUE, TRUE)`. This could be very useful along with #142.
For example:
should work and be equivalent to
continue = c(TRUE, TRUE). This could be very useful along with #142.