forth/html.f

5 lines
143 B
FortranFixed
Raw Permalink Normal View History

2022-02-08 13:14:44 +00:00
\ html.f
\ determine string length for text + symmetrical open/close tags
: octag 2( a1 u1 a2 u2 -- a1 u1 a2 u2 n ) over nip over 2 * + 5 + ;