@BALLOC[size] : Allocate a buffer for binary operations. @BALLOC returns a handle to the buffer, which must be used for the subsequent binary functions. The only limit on the number and size of binary buffers is the amount of virtual memory available.

 

Example:

 

set handle=%@balloc[128]

echo %handle

5d4f280