1 # Defines the pipeline used by SampleInterpreter
2 # Here simply adds 1 to a double
8 # create the input : plug it in a.In1
9 input In a.In1 "Input number"
10 # create the output : get it from a.Out
11 output Out a.Out "Output number"
13 # executing the complex box executes a