Factorial in W

Example for versions W 0.0.1
Repeat 15
[
	Item x = 1
	Repeat #
	[
		x = x * #
	]
	Type(x)
]