hello-world-in-another-loop.mps is added

This commit is contained in:
programarivm 2019-09-23 19:28:12 +01:00
parent 6169d4cf2b
commit 6b1c4b79c8
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,2 @@
for i=1:1:10 do
. write "Hello world",!

View File

@ -47,7 +47,7 @@ The resulting interpreter is located in `/usr/bin/mumps`.
Hello world
### [`hello-world-in-a-loop.mps`](https://github.com/programarivm/gpl-mumps-by-example/blob/master/01-the-very-basics/hello-world-in-a-loop.mps)
$ mumps hello-world-in-a-loop.mps
$ mumps hello-world-in-a-loop.mps
Hello world
Hello world
Hello world
@ -59,6 +59,18 @@ The resulting interpreter is located in `/usr/bin/mumps`.
Hello world
Hello world
### [`hello-world-in-another-loop.mps`](https://github.com/programarivm/gpl-mumps-by-example/blob/master/01-the-very-basics/hello-world-in-another-loop.mps)
$ mumps hello-world-in-another-loop.mps
Hello world
Hello world
Hello world
Hello world
Hello world
Hello world
Hello world
Hello world
Hello world
Hello world
---
### Contributions