Hello,I have a short and simple question w.r.t. syntax for constructing new objects for the architect :-)
Currently, it's done through:
new P0, .Integer or in PIR: $P0 = new Integer # or .IntegerI thought to have read somewhere this will be changed into something like this:
$P0 = Integer.new()(also solving the issue (ticket) of whether there should be dot-prefix in PIR for built-in types)
However, I have not read this in the PDD on objects. Will this be the case? kind regards, klaas-jan