String temp;
for i = 0 to Address.length - 6 do
begin
temp = copy(address, i, i + 6) //returns a substring of a string beginning at
//i and ending at i + 6
if temp = 'Avenue' then
return i;
end;
<span>In a programming language, a keyword, or command, is a word with a predefined meaning</span>
Answer: yes they do
Explanation: they both show the same references.