writeln(""); writeln(" " + GetFileName() + ""); writeln(""); writeln(""); writeln(""); writeln(""); writeln("
" + GetFileName() + "
"); writeln("

"); writeln(" " + GetYear() + "/" + GetMonth() + "/" + GetDate()); writeln("

"); writeln(""); writeln(""); B = Bottom; R = Right; For(y to B) { writeln(""); For(x to R) { if([x,y] == "") { writeln(" "); } else if( pos([x,y],"@") > 1 ) { writeln(" "); } else if(left([x,y], 7) == "http://") { writeln(" "); } else if(left([x,y], 2) == "./") { path = mid([x,y],3); writeln(" "); } else { str = [x,y]; str = replace(str, "&", "&"); str = replace(str, "<", "<"); str = replace(str, ">", ">"); writeln(" "); } } writeln(""); } writeln("

"+ [x,y] + ""+ [x,y] + ""+ path + "" + str + "
"); writeln(""); writeln(""); writeln("");