for (y = 1; y <= Bottom; y++){ write(""); str = str([2,y]); str = replace(str, "&", "&"); str = replace(str, "<", "<"); str = replace(str, ">", ">"); write(str); write(""); writeln(""); }