##// END OF EJS Templates
Remove obsolete file
Remove obsolete file

File last commit:

r46:b7997ef3 default
r69:19e7324c default
Show More
main-macros.lisp
8 lines | 194 B | text/x-common-lisp | CommonLispLexer
(in-package txt2web.main)
(defmacro+ps api-call (name &rest args)
`(,(intern (string-upcase name) "TXT2WEB.API") ,@args))
(defpsmacro has (key obj)
`(chain ,obj (has-own-property ,key)))