From 2e1b478eee7e968e3b780f5fbe5d0bf84b247544 Mon Sep 17 00:00:00 2001 From: programarivm Date: Wed, 25 Sep 2019 19:57:52 +0100 Subject: [PATCH] README update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0f4230b..b103900 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,11 @@ Copy the examples into your `~/.fis-gtm/V6.3-003A_x86_64/r` folder and run: Enter n: 5 5! = 120 +### [`FactorialByValue.m`](https://github.com/programarivm/mumps-examples/blob/master/02-user-defined-functions/FactorialByValue.m) + + Enter n: 5 + 5! = 120 + --- ### Contributions