Microsoft Small Basic

Program Listing: HLQ549
L1="Q=Text.GetCharacter(34)"
L2="E=Text.GetCharacter(61)"
L3="L=Text.GetCharacter(76)"
L4="N=Text.GetCharacter(13)+Text.GetCharacter(10)"
L5="TextWindow.Write(L+1+E+Q+L1+Q+N+L+2+E+Q+L2+Q+N+L+3+E+Q+L3+Q+N+L+4+E+Q+L4+Q+N+L+5+E+Q+L5+Q+N+L1+N+L2+N+L3+N+L4+N+L5+N)"
Q=Text.GetCharacter(34)
E=Text.GetCharacter(61)
L=Text.GetCharacter(76)
N=Text.GetCharacter(13)+Text.GetCharacter(10)
TextWindow.Write(L+1+E+Q+L1+Q+N+L+2+E+Q+L2+Q+N+L+3+E+Q+L3+Q+N+L+4+E+Q+L4+Q+N+L+5+E+Q+L5+Q+N+L1+N+L2+N+L3+N+L4+N+L5+N)