[Turn off line numbering] 1: arg data, @vars; 2: 3: [(vars ?= #[])] = vars; 4: return (<this(), [data, vars]>); // Created 17-Jul-1996 as a part of ColdCore, see: @help Credit
1: arg data, @vars; 2: 3: [(vars ?= #[])] = vars; 4: return (<this(), [data, vars]>);
---- 23 $ctext_frob.new_with(data, @vars) ---- 7 $frob.new_with(value)