BITLOADSIZE filename
Output the width and height of the bitmap that is specified by the filename
input.
The filename
input must be a word that is the name of valid bitmap file.
The output is a two-member list of the form [width height].
SHOW BITLOADSIZE "c:\\windows\\forest.bmp
[256 256]