(define iota
(js-expression #:inputs (n #:type int)
#:expression "$({\"sequence\": Array.from(Array(inputs.n).keys())})"
#:outputs (sequence #:type (array int))))
(workflow ((n #:type int))
(iota #:n n))
![]() |
index : ccwl | |
| Concise Common Workflow Language (mirror of https://github.com/arunisaac/ccwl) |
| about summary refs log tree commit diff |
(define iota
(js-expression #:inputs (n #:type int)
#:expression "$({\"sequence\": Array.from(Array(inputs.n).keys())})"
#:outputs (sequence #:type (array int))))
(workflow ((n #:type int))
(iota #:n n))