##// END OF EJS Templates
Remove curact, implement selact
Remove curact, implement selact

File last commit:

r44:65a579db default
r45:0669fc21 default
Show More
main-macros.lisp
8 lines | 198 B | text/x-common-lisp | CommonLispLexer
(in-package sugar-qsp.main)
(defmacro+ps api-call (name &rest args)
`(,(intern (string-upcase name) "SUGAR-QSP.API") ,@args))
(defpsmacro has (key obj)
`(chain ,obj (has-own-property ,key)))