filesize.bmx 129 B

1234567
  1. ' filesize.bmx
  2. SuperStrict
  3. ' the following prints the size of this source file in bytes
  4. Print FileSize("filesize.bmx")