]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/func.right
Imported from ../bash-2.01.tar.gz.
[thirdparty/bash.git] / tests / func.right
CommitLineData
d166f048
JA
1a returns 5
2b returns 4
3c returns 3
4d returns 2
5in e
6e returned 25
7x is 25
8ZZ
9abcde
10defghi
11ZZ
125
130
14AVAR
15AVAR
16foo
17foo
18AVAR
195
205
21f1
22f1 ()
23{
24 ( return 5 );
25 status=$?;
26 echo $status;
27 return $status
28}