** -*- koshu -*-
p : source P /a /b
q : source Q /b /c
|== R : p | meet q
** -*- koshu -*-
|-- P /a 10 /b 40
|-- Q /b 40 /c 80
Command koshu calc.k A.k
produces:
** -*- koshu -*-
**
** INPUT
** calc.k
** A.k
**
** OUTPUT
** <stdout>
**
|-- R /c 80 /a 10 /b 40
*** 1 judge
**
** SUMMARY
** 1 judge on R
** 1 judge in total
**
This document is produced by the command:
koshu-inout.sh -o A.md koshu calc.k A.k