Will Coleda (via RT) wrote:
error:imcc:The opcode 'print' (print<0>) was not found. Check the type and number of the argumentsin macro '.say' line 2 included from 'foo.pir' line 7
This is a different error then the subject says - you are using a reserved word (opcode) as macro name.
Anyway, using heredocs in macro arguments gives now an error saying this isn't allowed.
leo