clear
;[U`V{̃eXg
echo $_FILE

list -d

define b	12
define w	1234
define dw	12345678
define oCg	ab

echo @byte($oCg1)
;#exit


define	test	$b $w $dw ( ab * 100T + 10001000_ / cdH)
define dup	$b $w $dup

define dup1	$b $w $dup

define dup	$dup1

;#cout s1

echo $	test			;

echo $test
echo $dup1			;zQ

echo $notdefined		;`V{

echo $123			;sȎʎq

define a12345678901234		$b	;OK 15
define 12345678901234		$b	;[U`V{̍ŏ̓At@xbĝ
define a123456789012345	$b	;[U`V{
define a12345678901234567890123456789012345678901234567890123456789012345678901234567890	$b	;[U`V{

echo $a12345678901234		$b	;OK 15
echo $a12345678901234567890	$b	;[U`V{

define

undef a
undef _APP	
define _APP	6789 abcd
define

