--/*
include std\console.e -- Ignored by Phix, included by Eu
--*/
--/* */include builtins\get.e -- Included by Phix, ignored by Eu
/*
puts(1, "Neither Eu nor Phix execute this\n")
*/
--/*
puts(1, "Eu prints this, Phix does not\n")
--*/
--/* */ puts(1, "Phix prints this, Eu does not\n")
--/* */ puts(1, "Runs with Phix\n") --/*
puts(1, "Runs with Eu\n") --*/