# Definition of the initialisation routine module initialise { updates counter-a, counter-b, items-table, totals-table, switch-a, switch-b set counter-a to 0 set counter-b to 0 clear items-table clear totals-table set switch-a to OFF set switch-b to OFF } endmodule