Files
scryer-prolog/tests/scryer/cli/windows/process.md
2025-08-01 20:47:22 +02:00

175 B

$ scryer-prolog -f --no-add-history -g 'use_module(library(process)), process_create("cmd", ["/C", "exit", "1"], [process(P)]), process_wait(P, exit(1)), halt'