module main const omega = 3 // should be first const alpha = 5 // should be in the middle const beta = 2 // should be at the end fn def() def - should be first fn xyz() xyz - should be in the middle fn abc() abc - should be last