new

"new" expr var

Evaluates expr and dynamically allocates a chunk of size, which is determined by the result. Then writes the base address of that chunk into var.

"new" string var

Dynamically allocates a chunk, which contains string in null terminated format. Then writes the base address of that chunk into var.


<< Back