mumps-demo/01-the-very-basics/03-hello-world-in-another-loop.mps
2019-09-24 17:34:12 +01:00

5 lines
62 B
Plaintext
Executable File

#!/usr/bin/mumps
for i=1:1:10 do
. write "Hello world",!