Murat Ünalan wrote:

my int ($pre, $in, $post) is constant = (0..2);

Two things "type and property" that belong so together
Do they? Surely the type and constancy of a variable are entirely
orthogonal to each other.

Besides, if you want them near each other, you can write them this way:

	my ($pre, $in, $post) returns int is constant = (0..2);

Damian



Reply via email to