LED information board by uru

var s,t:string(9999);i,j,l:word;begin
repeat
readln(s);l:=length(s);str(t,s:l+79,0:80,t)until
eof;repeat
inc(j);s:='';for i:=0to 6do s:=s+Copy(t,i*(l+159)+j,80)+^j;if s[294]>^`then
s[294]:='*';writeln(s)until
j>l+78end.

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page