##// END OF EJS Templates
Fix -o
Fix -o

File last commit:

r46:b7997ef3 default
r70:b03a5f77 tip 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)))