Compiler/Simple file inclusion pre processor: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: added ionsert_dollars() remark.)
m (use macro warn)
Line 452: Line 452:
return m.captures[1] * read(m.captures[2], String) * m.captures[3]
return m.captures[1] * read(m.captures[2], String) * m.captures[3]
catch y
catch y
warn(y)
@warn y
return s
return s
end
end