##Perl 6: 19 characters. sub f($n){[*]1..$n} If you wanted to call it like `'5!'`<br/> 30 characters. sub postfix:<!>($n){[*]1..$n}