X11 sample rewritten; now it works again
[k8lst.git] / modules / quit.st
blob284f8e01151ca9e77365fa7cebf0255fdfa75245
2  coded by Ketmar // Vampire Avalon (psyc://ketmar.no-ip.org/~Ketmar)
3  Understanding is not required. Only obedience.
5  This program is free software. It comes without any warranty, to
6  the extent permitted by applicable law. You can redistribute it
7  and/or modify it under the terms of the Do What The Fuck You Want
8  To Public License, Version 2, as published by Sam Hocevar. See
9  http://sam.zoy.org/wtfpl/COPYING for more details.
11 Package [ System ]
14 System extend [
15   ^quit: code [
16     <#SystemQuit code>.
17     self primitiveFailed
18   ]