com-exit ( -- )


Vocabulary
ui.tools

Definition
USING: system ;

IN: ui.tools

: com-exit ( -- ) 0 exit ;