填空题

执行下列程序,显示的结果是()。
one="WORK"
two=""
a=LEN(one)
i=a
DO WHILE i>=l
two=two+SUBSTR(one,i, 1)
i=i-1
ENDDO
two

【参考答案】

KROW