14 lines
214 B
YAML
14 lines
214 B
YAML
|
---
|
||
|
version: 1.1
|
||
|
|
||
|
var:
|
||
|
description: a variable
|
||
|
choices:
|
||
|
jinja: |-
|
||
|
{% for n in trange(0, 10) %}
|
||
|
{{ n }}
|
||
|
{% endfor %}
|
||
|
return_type: number
|
||
|
description: choices is 0 to 9
|
||
|
default: 9
|