For i in 20..80 loop
 str:=i;
i:i+10;
end loop;
我这样弄报错“i不能作为赋值目标”啊 就想请问怎么设置步长我知道while能解决 但就想多问问 谢谢