perl -E "say$x*=$_ for++$x..3,0,1,-1" 1 2 6 0 # must be 1 0 # too 0 # must be undef or Error [download]
In reply to Re^5: Golf: Factorials by Discipulus in thread Golf: Factorials by srawls