|
|
DataMuseum.dkPresents historical artifacts from the history of: Bogika Butler |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Bogika Butler Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 384 (0x180)
Types: TextFile
Names: »WRUTIL.PAS«
└─⟦514567ecc⟧ Bits:30009789/_.ft.Ibm2.50006603.imd Mogens Pelles Zilog 80,000 / EOS projekt
└─⟦this⟧ »WRUTIL.PAS«
procedure wr(var fs : f_string_elt);
begin
with fs do begin
write('"', ch, '"< ');
if underscore in attr then write('undsc ');
if bold in attr then write('bold ');
if italic in attr then write('italic ');
write('> ');
end;
end;
«eof»