Brass Core Plugins

kb

Returns the number of bytes in value kilobytes.

Syntax

kb(value)

Warning

A kilobyte here means 1024 bytes.

Example

.echoln kb(16) ; Outputs 16384.