# Defines the pipeline used by SampleInterpreter # Here simply adds 1 to a double load std define Processing new Add a set a.In2 1 # create the input : plug it in a.In1 input In a.In1 "Input number" # create the output : get it from a.Out output Out a.Out "Output number" # executing the complex box executes a exec a endefine