Stack Input: None
Stack Output: Memory Address
Operand: String
Since: 2.0
Description:
Allocates space for the string on the heap, stores the sequence of characters on the heap, starting with the first letter as the lowest heap location. The string is null-terminated automatically. The object's address is pushed onto the stack.