1CoffeeConstants input.ttcn /^module CoffeeConstants$/;" M 2c_espressoId input.ttcn /^const integer c_espressoId := 1$/;" c 3c_espresso input.ttcn /^const charstring c_espresso := "small little one"$/;" c 4c_latteId input.ttcn /^const integer c_latteId := 2$/;" c 5c_latte input.ttcn /^const charstring c_latte := "big one with a lot of milk"$/;" c 6