OSDN Git Service

halt and quit
authorSimon Forman <sforman@hushmail.com>
Thu, 8 Sep 2022 03:42:48 +0000 (20:42 -0700)
committerSimon Forman <sforman@hushmail.com>
Thu, 8 Sep 2022 03:42:48 +0000 (20:42 -0700)
commit2c0a0aafcc38054b52f80d0ee450a2aad4144c81
tree45f7ae359ef1a52c08efdc3a4f31d72abce90efe
parent08f977324f96215302aad04dd21d0cab9daf22cd
halt and quit

halt captures the rest of the pending expression and stops evaluating,
but the interpreter loop keeps running.

quit ends the interpreter session and quits the Thun program.
implementations/Python/simplejoy.py