Memory layout of a data structure: Difference between revisions

Content added Content deleted
Line 379: Line 379:
function NinePinSerialPort()
function NinePinSerialPort()
this = new()
this = new()
pins = BitArray(9)
this.pins = BitArray(9)
end
end
end
end