clear
;gݍ݊֐inc,incw,incleXg@
echo $_FILE

list ;-d
;oCg
echo @inc()
echo @inc(1)
echo @inc(0)
echo @inc(0 , 33)
echo @inc(0x , 33)
echo @inc(10 , 33gh)
echo @inc(10 , 33h, -1x)

echo @inc(1,12)
echo @inc(5,12)
echo @inc(5,-1T)
echo @inc(5,0)
echo @inc(5,10)
echo @inc(5,0,1)
echo @inc(5,10,2)
echo @inc(5000,10,2)


;[h
echo @incw()
echo @incw(1)
echo @incw(0)
echo @incw(0 , 33)
echo @incw(0x , 33)
echo @incw(10 , 33gh)
echo @incw(10 , 33h, -1x)

echo @incw(1,12)
echo @incw(5,12)
echo @incw(5,-1T)
echo @incw(5,0)
echo @incw(5,10)
echo @incw(5,0,1)
echo @incw(5,10,2)
echo @incw(5,10,-2T)
echo @incw(5000,10,2)

;_u[h
echo @incl()
echo @incl(1)
echo @incl(0)
echo @incl(0 , 33)
echo @incl(0x , 33)
echo @incl(10 , 33gh)
echo @incl(10 , 33h, -1x)

echo @incl(1,12)
echo @incl(5,12)
echo @incl(5,-1T)
echo @incl(5,0)
echo @incl(5,10)
echo @incl(5,0,1)
echo @incl(5,10,2)
echo @incl(5000,10,2)

echo @incl(2T,1234, 2233H, 33456T , 0100_0100_0101_0101_ )	;comment
echo @incl(1024T,1234, 2233H, 33456T , 0100_0100_0101_0101_ )	;comment



echo @inc(5,10,2)
echo @inc(5,10,-2T)
echo @dec(5,10,2)
echo @dec(5,10,-2T)



;#exit

list ;-d
;set/fill
set -s8000 -b @inc(257T,10)
set -s8000.1 -b @inc(256T,10)
;#exit

set -s8000 -w @incw(129T,100)
set -s8000.1 -w @incw(128T,100)
;#exit

set -s8000 -l @incl(65T,10000)
set -s8000.1 -l @incl(64T,10000)

;#exit

fill -s8000 -b @inc(257T,10)
fill -s8000.1 -b @inc(256T,10)

fill -s8000 -w @incw(129T,100)
fill -s8000.1 -w @incw(128T,100)

fill -s8000 -l @incl(65T,10000)
fill -s8000.1 -l @incl(64T,10000)

fill -s8000.1 -b @inc(250T,10) "1234567890"
fill -s8200.1 -b @inc(250T,10) '1234567890'


set -s8000 -b @inc(256T,10) @incw(10,100)
fill -s8000 -b @inc(256T,10) @incw(10,100)

