recursive factorial - without [tailcall] and $args
Posted to
tcl
by kbk at Mon May 04 14:17:38 GMT 2009
view raw
puts
[apply {{f x} {{*}
$f
$f
$x
}} {apply {{f x} {
if
{
$x
== 0} {
expr
1
}
else
{
expr
{
$x
* [{*}
$f
$f
[
expr
{
$x
- 1}]]}
}
}}} 6]
Recent Posts
tcl by mookie
7 days ago
tcl by cgm
8 days ago
tcl by egavilan
14 days ago
tcl by smlckz
15 days ago
tcl by Guest86
20 days ago
tcl by mookie
22 days ago
tcl by greycat
26 days ago
tcl by mookie
34 days ago
tcl by mookie
34 days ago
tcl by mookie
40 days ago
Submit
New paste
Documentation
From Jabber