This website requires JavaScript.
Explore
Help
Sign In
ahypki
/
wmi-parprog
Watch
12
Star
16
Fork
0
You've already forked wmi-parprog
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e239bfb7d9
wmi-parprog
/
06_prolog
/
fac.pl
10 lines
146 B
Perl
Raw
Normal View
History
Unescape
Escape
'06_Prolog;'
2024-04-15 13:40:54 +02:00
fac
(
0
,
1
)
.
fac
(
1
,
1
)
.
fac
(
2
,
2
)
.
fac
(
3
,
6
)
.
fac
(
4
,
24
)
.
fac
(
A
,
B
)
:
-
A
>
0
,
C
is
A
-
1
,
'FIxing fac.pl'
2024-04-18 12:32:57 +02:00
fac
(
C
,
D
)
,
'06_Prolog;'
2024-04-15 13:40:54 +02:00
B
is
A
*
D
.
Reference in New Issue
Copy Permalink