{WWW Macros - a set of NIH Image macros for creating HTML tags} macro 'Skeleton Document'; begin writeln('
');
end;
macro 'Paragraph';
begin
writeln('') end; macro 'Preformatted Text'; begin if KeyDown('option') then writeln('') else writeln('
')
end;
macro 'Unsigned List';
begin
writeln('