aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test2.in
blob: 2a5ce81eeb836025afe2830cfc3deb605fdb3b30 (plain)
1
2
3
4
5
6
#Tests complex parameter expantions

set a A
set aa AA
set aaa AAA
echo {$aa}a{1,2,3}(for a in 1 2 3; echo $a; end)