progn.inl

Go to the documentation of this file.
00001 /*  
00002  *      eval_prims.h - evaluator primitive function defs for MAXScript
00003  *
00004  *          Copyright � John Wainwright 1996
00005  *
00006  */
00007 #pragma warning(push)
00008 #pragma warning(disable:4100)
00009 
00010     def_primitive(progn, "progn")
00011 
00012 #pragma warning(pop)