character = "A"
// How
max = 5
counter = 0
top = ""
bottom = ""
while counter < max
top += "\t"*(max-counter)
if counter != 0
top += character + "\t"*(counter*2)
end
top += character + "\n"
if counter != (max - 1)
//bottom = "\t"*(max-counter) + bottom
bottom = character + bottom
bottom = character + "\t"*(counter*2) + bottom
bottom = character + "\n" + bottom
end
character /= 1
counter++
end
>>top+bottom
Y2hhcmFjdGVyID0gIkEiCi8vIEhvdyAKbWF4ID0gNQoKY291bnRlciA9IDAKdG9wID0gIiIKYm90dG9tID0gIiIKd2hpbGUgY291bnRlciA8IG1heAogICAgdG9wICs9ICJcdCIqKG1heC1jb3VudGVyKQogICAgaWYgY291bnRlciAhPSAwCiAgICAgICAgdG9wICs9IGNoYXJhY3RlciArICJcdCIqKGNvdW50ZXIqMikKICAgIGVuZAogICAgdG9wICs9IGNoYXJhY3RlciArICJcbiIKICAgIGlmIGNvdW50ZXIgIT0gKG1heCAtIDEpCiAgICAgICAgLy9ib3R0b20gPSAiXHQiKihtYXgtY291bnRlcikgKyBib3R0b20KICAgICAgICBib3R0b20gPSBjaGFyYWN0ZXIgKyBib3R0b20KICAgICAgICBib3R0b20gPSBjaGFyYWN0ZXIgKyAiXHQiKihjb3VudGVyKjIpICsgYm90dG9tCiAgICAgICAgYm90dG9tID0gY2hhcmFjdGVyICsgIlxuIiArIGJvdHRvbQogICAgZW5kCiAgICBjaGFyYWN0ZXIgLz0gMQogICAgY291bnRlcisrCmVuZAoKPj50b3ArYm90dG9t