 1000	data 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
 1010	a = 0
 1020	for i = 1 to 10
 1030	read k
 1040	if k > 5 then goto 1060
 1050	a = a+k
 1060	next i
