RosettaCodeData/Task/Execute-a-system-command/Phix/execute-a-system-command.phix

4 lines
89 B
Plaintext

string cmd = {"dir","ls"}[platform()-1]
system(cmd)
integer res = system_exec("pause",4)