clear
list ;-d
undef -all


list -s		;XNvg̒ǉ\
define test	{	\
	print p1 is @ipara(1), p2 is @ipara(2);	\
	#if $ == 2 ;	\
		print ^;	\
	#else	;	\
		print U;	\
	#endif;		\
	define; 		\
	}

include $test -D=2 -DTEST3="xyz 123"

