Application.Run("MacroName", Args)



is it safe to assume that calling Application.Run("MacroName", Args) will
wait till the macro is complete before proceeding?


.



Relevant Pages

  • Re: about pushnew
    ... Doesn't this evaluate all of the args? ... The whole point of the macro (in ... don't really care to defend Ruby anymore, but it's silly to claim this ... sort of thing is only easily solvable in Common Lisp. ...
    (comp.lang.lisp)
  • Help needed with macros: Brain turning to jelly
    ... (with-parsetuple-arg 'string buf ... The macro has this input: ... An args foreign address ... Lisp, ...
    (comp.lang.lisp)
  • Re: make-instance wrapper
    ... (append `(make-instance ',class) ... you can even try it quickly in the repl, without defining a macro: ...
    (comp.lang.lisp)
  • Re: coding style
    ... Frankly speaking, if this macro is used wisely and not abused, I would not ... va_start(args, format); ... OutputDebugStringA(buf); ... IXMLDOMDocument *pxmldoc = NULL; ...
    (microsoft.public.vc.language)
  • Re: Translating parse result into instances
    ... where COMMAND is the initial string, and ARGS are everything else. ... This macro implements one part of the parser. ...
    (comp.lang.lisp)

Loading