string.KBytes (4096)
» 4K
string.KBytes (4097)
» 5K
Note rounding up to 5K because the number exceeds 4K by one byte.
string.KBytes (memAvail ())
» "295K"
memAvail is a basic verb which tells how much memory is available in the system.
string.KBytes (file.size ("Diskovery:System Folder:System"))
» "2096K"
file.size is a Frontier verb that determines the size of a file in bytes.