about summary refs log tree commit diff
path: root/e2e-tests/tools/int-for-float-input.scm
blob: a2f351e7533f4c3b1743700adbc54554bcfdace7 (plain)
1
2
3
(command #:inputs (message1 #:type float) (message2 #:type float)
         #:run "echo" message1 message2
         #:outputs (output_message #:type stdout))