For example:
local A = aircraft(id:'Avro' size:[2 36] state:state(time:20 status:parked))
in
{Browse A}
end
I would like to convert A to string like Browse window in order to send the data to other program via pipe (serializing).
Exist any Mozart native function or any short way? Thanks for your ideas