core :: Sys :: exit
# Quit the program with a specific return code fun exit(exit_value: Int) is intern
redef fun exit(i) do if sys.auto_hash_display then sys.show_hash_stats super end
redef fun exit(i) do sys.print_stats super end
redef fun exit(i) do show_string_stats super end