clear
;gݍ݊֐eXg
echo $_FILE

;list -d
;nolist

;-----------------------------------------
print @format(b, -1)	@format(B, -1)
print @format(b, 1234)	@format(B, 1234)
print @format(b, 0)	@format(B, 0)

;-----------------------------------------
print @format(h, -1)	@format(H, -1)
print @format(h, 1234)	@format(H, 1234)
print @format(h8, 1234)	@format(H8, 1234)

;-----------------------------------------
print @format(t, -1)	@format(T, -1)
print @format(t, 1234t)	@format(T, 1234t)

;-----------------------------------------
print @format(_, -1)
print @format(_, 1234)
print @format(_20t, 1234)

;-----------------------------------------

