<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19222"></HEAD>
<BODY>
<DIV><SPAN class=453324115-07062012><FONT color=#0000ff size=2 face=Arial>Yes it
does.</FONT></SPAN></DIV>
<DIV><SPAN class=453324115-07062012><FONT color=#0000ff size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=453324115-07062012><FONT color=#0000ff size=2 face=Arial>Try
this:</FONT></SPAN></DIV>
<DIV><SPAN class=453324115-07062012><FONT color=#0000ff size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=453324115-07062012><FONT color=#0000ff size=2
face=Arial>-->function [y]=fct(x)<BR>-->if
x==1<BR>-->y=x;<BR>-->else<BR>-->y=x*fct(x-1);<BR>-->end<BR>-->endfunction<BR> <BR>-->fct(1)<BR> ans
=<BR> <BR> 1.
<BR> <BR>-->fct(3)<BR> ans =<BR> <BR>
6. <BR> <BR>-->fct(10)<BR> ans
=<BR> <BR>
3628800. <BR> </FONT></SPAN></DIV>
<DIV><SPAN class=453324115-07062012><FONT color=#0000ff size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=453324115-07062012><FONT color=#0000ff size=2
face=Arial>HTH,</FONT></SPAN></DIV>
<DIV><SPAN class=453324115-07062012><FONT color=#0000ff size=2
face=Arial>Mike.</FONT></SPAN></DIV>
<DIV><SPAN class=453324115-07062012><FONT color=#0000ff size=2
face=Arial></FONT></SPAN> </DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px" dir=ltr>
<DIV dir=ltr class=OutlookMessageHeader align=left><FONT size=2
face=Tahoma>-----Original Message-----<BR><B>From:</B> anubhab91
[mailto:anubhab91@gmail.com]<BR><B>Sent:</B> 07 June 2012 16:18<BR><B>To:</B>
users@lists.scilab.org<BR><B>Subject:</B> [scilab-Users] Re: Some basic
questions<BR><BR></FONT></DIV>Another question: Does Scilab supports recursive
function? I'm asking because I could not do it. <BR>
<HR align=left width=300>
View this message in context: <A
href="http://mailinglists.scilab.org/Some-basic-questions-tp4024298p4024311.html">Re:
Some basic questions</A><BR>Sent from the <A
href="http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html">Scilab
users - Mailing Lists Archives mailing list archive</A> at
Nabble.com.<BR><A></A>
<P align=left color="#000000" avgcert??>No virus found in this
message.<BR>Checked by AVG - <A
href="http://www.avg.com">www.avg.com</A><BR>Version: 2012.0.2178 / Virus
Database: 2433/5053 - Release Date: 06/06/12</P></BLOCKQUOTE></BODY></HTML>