mirror of
https://github.com/janet-lang/janet
synced 2024-11-08 17:59:55 +00:00
6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
|
# Switch to python
|
||
|
|
||
|
(print "running in Janet")
|
||
|
(os/posix-exec ["python"] :p)
|
||
|
(print "will not print")
|