#!/usr/local/bin/cz --
use b
Main()
	ignore_ctrl_c()
	Say("hello")
	Rsleep(5)
	Say("world")
	allow_ctrl_c()
	Rsleep(5)
