From 24908b1421a78c3865d587f04c09afa706e5e748 Mon Sep 17 00:00:00 2001 From: Krzysztof Drozd Date: Sun, 1 Oct 2017 18:08:50 +0200 Subject: [PATCH] Hello World in MUMPS Used file name without '_' as this is concatenation operator in MUMPS and can't be used inside file in label which should be there. --- HelloWorld.M | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 HelloWorld.M diff --git a/HelloWorld.M b/HelloWorld.M new file mode 100644 index 0000000..48e5449 --- /dev/null +++ b/HelloWorld.M @@ -0,0 +1,3 @@ +HelloWorld + write "Hello World!",! + quit