Support .EX and .EE

This commit is contained in:
Lassi Kortela 2023-02-15 15:13:32 +02:00
parent a89f23973c
commit b4e5414a11
1 changed files with 12 additions and 0 deletions

View File

@ -332,6 +332,18 @@
(concat (hang-para #f) "<br>\n"))))
;;; --------------------------------------------------------------------------
;;; Examples.
(defmacro 'EX
(lambda (EX)
(preform #t)))
(defmacro 'EE
(lambda (EE)
(preform #f)))
;;; --------------------------------------------------------------------------
;;; Internet URIs.