6 lines
90 B
Text
6 lines
90 B
Text
for i=1 to 100 do
|
|
if a[i]=x then
|
|
location = i
|
|
exit
|
|
end if
|
|
end for
|