clear
;XNvgNIvVp[^2
print $_FILE

undef -all
unalias -all
alias PRINT	{trace #*}

include test_script_para.txt

define _ZZZ	"_ZZZ defined" -U

include test_script_para.txt $_ZZZ

include test_script_para.txt -D_ZZZ -D_YYY=1234 -D_XXX="xxx is defined.\n" -Ln
include test_script_para.txt -D_YYY=1234 -b 11 22 33 "1234567" -w1234 5678 -Ln;comment


include test_script_para1.txt -D_YYY=1234 -b 11 22 33 "1234567" -w1234 5678 -Ln;comment


include test_script_para_s.txt -D_YYY="12 34" -b 11 22 33 "1234567" -w1234 5678 'ab' -Ln;comment


include test_script_para.txt 123 456 789 abc "zxcv"
include test_script_para.txt "123" 456 789 abc "zxcv"
include test_script_para.txt -X 123 -Y 456 789 abc "zxcv"

