This website requires JavaScript.
Explore
Help
Sign In
wonderful
/
xiuos
Watch
1
Star
0
Fork
You've already forked xiuos
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
master
xiuos
/
Ubiquitous
/
Nuttx
/
apps
/
examples
/
bastest
/
tests
/
test28.bas
6 lines
74 B
QBasic
Raw
Permalink
Blame
History
def
fnfac
(
n
)
if
n
=
1
then
fnreturn
1
fnend
n
*
fnfac
(
n
-1
)
print
fnfac
(
10
)
Reference in New Issue
View Git Blame
Copy Permalink