
	#жѭʾ

set norterr
radius=0
p=0
rewhile=1
const PI=3.1415
print "ifwhileʾ£"
newline

while radius<=2
	print "뾶Ϊ" & radius & "Բǣ" & radius*radius*PI
	while p<=100
		if p>3
			print "    p<=100̫ˣѭеif p>3ֹѭ"
			newline
			p=0
			break
		elif p==0
			print "  p0"
		else
			print "  ǵ " & p &"ѭ"
		endif
		p=p+1
	endw
	if rewhile==1
		print "rewhile=1ѭ¿ʼ"
		rewhile=0
		print "rewhileѾΪ0"
		newline
		radius=1
		continue
	else
		print "rewhile=0"
		newline
	endif
	radius=radius+1
endw
pause
exit