Hi Jørn ,
try this
```
def factorial(n):
result = n
for i in range(1,n):
result *= i
return result
```
see: http://tiddlywiki.com/#Code%20Blocks%20in%20WikiText
-mario
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/2c56ee44-debe-40fb-8248-1e7bec7dd134%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.