clear
;XNvgNIvVp[^
print $_FILE
echo $_FILE_HIST

undef -all

define op 	-DXXX="123 456\n"
define op0 	-DYYY=""123 456\n""
define op1	abc -DXXX="123 456\n"
define op2	- -x -s1000.0 -Dabc = 1234 -U _ZZZ -DXXX="123 456\n"
define ces	-FSJIS

include test_script_nop.txt;	;
test_script_nop.txt;	  

include test_script_nop.txt	  $ces
test_script_nop.txt	  $ces

include test_script_nop.txt	  -Fsjis;
test_script_nop.txt	 -FSJIS;

include test_script_nop.txt	  -F utf8;
test_script_nop.txt	 -F UTF8;

include test_script_nop.txt	  -Futf8z;
test_script_nop.txt	 -FUTF8z;

include test_script_nop.txt	  -f;
test_script_nop.txt	 -F;

include test_script_nop.txt	  -x;
test_script_nop.txt	 -x;


include test_script_nop.txt	 	; no options
include test_script_nop.txt	 $op
include test_script_nop.txt	 $op0 -DZZZ
define

test_script_nop.txt	 -UXXX		; option
define



;include test_script_nop.txt	- -x -s1000.0 -Dabc = 1234 -U _ZZZ -DXXX="123 456\n"

