Re: Phix : what's unrecognised
- Posted by petelomax Jan 24, 2024
- 1048 views
command_line(), perhaps? I'm sure you could also do something with:
ifdef PHIX then puts(1,"this is Phix\n") elsedef puts(1,"this is Eu\n") end ifdef
command_line(), perhaps? I'm sure you could also do something with:
ifdef PHIX then puts(1,"this is Phix\n") elsedef puts(1,"this is Eu\n") end ifdef