3 lines
82 B
Factor
3 lines
82 B
Factor
USING: init io ;
|
|
|
|
[ "Exiting Factor..." print flush ] "message" add-shutdown-hook
|