1systm = require 'systm'
2
3systm.print("hello, kernel world!\n")
4
5function onClose()
6	systm.print('I am about to be closed\n')
7end
8
9