janet/examples/posix-exec.janet

6 lines
102 B
Plaintext

# Switch to python
(print "running in Janet")
(os/posix-exec ["python"] :p)
(print "will not print")