According to the docs (under 'Syntactic Variations'), a double pipe symbol can be used in a data table to visually separate the inputs from the outputs:
where:
in1 | in2 || out
3 | 5 || 5
7 | 0 || 7
0 | 0 || 0
It would be great if Spock-Reports could recognize this and somehow make it clear in the report.