Asmc Macro Assembler Reference
.NEW label [[ [count ] ]] [[:type]] [[, label [[ [count] ]] [[type]]]]...
.NEW label [[:class(...)]] [[, label [[class(...)]]]]...
Within a procedure definition (PROC), .NEW creates stack-based variables that exist for the duration of the procedure. The label may be a simple variable or an array containing count elements. If is a class the default constructor is invoked.