Welcome to mirror list, hosted at ThFree Co, Russian Federation.

loop-in-if.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6c5d6e5b2438ef826b15b45de67544f72f633543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(
	if true
	then
		while true
		do
			echo "pop" ?!AMP?!
			echo "glup" ?!LOOP?!
		done ?!AMP?!
		foo
	fi ?!AMP?!
	bar
)