hello-world-in-a-loop.mps is added
This commit is contained in:
parent
b044ea4d9d
commit
6169d4cf2b
1
01-the-very-basics/hello-world-in-a-loop.mps
Normal file
1
01-the-very-basics/hello-world-in-a-loop.mps
Normal file
@ -0,0 +1 @@
|
|||||||
|
for i=1:1:10 write "Hello world",!
|
13
README.md
13
README.md
@ -46,6 +46,19 @@ The resulting interpreter is located in `/usr/bin/mumps`.
|
|||||||
$ mumps 01-the-very-basics/hello-world.mps
|
$ mumps 01-the-very-basics/hello-world.mps
|
||||||
Hello world
|
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
|
||||||
|
Hello world
|
||||||
|
Hello world
|
||||||
|
Hello world
|
||||||
|
Hello world
|
||||||
|
Hello world
|
||||||
|
Hello world
|
||||||
|
Hello world
|
||||||
|
Hello world
|
||||||
|
Hello world
|
||||||
|
Hello world
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Contributions
|
### Contributions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user