|
DataMuseum.dkPresents historical artifacts from the history of: RC4000/8000/9000 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RC4000/8000/9000 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 768 (0x300) Types: TextFile Names: »platsymtxt«
└─⟦667bb35d6⟧ Bits:30007480 RC8000 Dump tape fra HCØ. └─⟦4334b4c0b⟧ └─⟦97b7ffb00⟧ »ryplot« └─⟦this⟧
procedure plotatsym(S,atno,Z); value S,atno,Z; integer S,atno,Z; begin real l,h; l:=plotsize; h:=plotheight; plotsettext(l/1.5,h/1.5,0,0,0); plotmove(plotxpos+l/6/deltax,plotypos+h/2/deltay); if S>=0 then writeplot(<<d>,S+1); plotmove(plotxpos+l/6/deltax,plotypos-h/2/deltay); plotsettext(l,h,0,0,0); writeplot(string atsym(atno),<: :>); writeroman(plotz,Z); setposition(plotz,0,0); end; ▶EOF◀