News

list[any] L = [1, 2] This works because emitter's eval_assign sees that the right side (a list of integer) is a static list. So the values from the list on the right side can be put into any's. Thi ...