Программисты спасите

ЧЯДНТ?
console.log(data)
a[1]:=5; a[2]:=13; a[3]:=3; a[4]:=20; a[5]:=6;
s:=0;
for i:=1 to 5 do
if a[i]>s then s:=a[i];