blob: 21868957833dcbdd8472bad50ea13f1de7a712e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
@(collect :vars (f1 (f2 "*") (f3 "%") (f4 "$")))
@ (cases)
@ (or)
@f1 @f2 @f3 @f4
@ (or)
@f1 @f2 @f3
@ (or)
@f1 @f2
@ (or)
@f1
@ (end)
@(end)
@(output)
@ (repeat)
@f1-@f2-@f3-@f4
@ (end)
@(end)
|