For example: ``` process Hola { input: each x from 1,2 output: set 'file_x', 'file_y' into results ''' touch file_x touch file_y ''' } ```