aboutsummaryrefslogtreecommitdiffstats
path: root/initrd/init
blob: bb0436498716c0258c6c663facf4c5664fd86e29 (plain)
1
2
3
4
5
6
7
8
9
10
set a 0
do
	set a (a + 1)
	delay 1
while (a < 100)

if (a == 100)
	print "All good!"
end