run_label
script command is similar to jump, but it runs a label and at the end goes back to where it was before. This is useful to create behaviour similar to functions, allowing the creation of reusable labels containing chunks of logic you may want to use in multiple places.functions_test
, the script in some_function
will be ran, then the execution comes back to do the rest of functions_test
.