mumps-demo/01-the-very-basics/02-hello-world-in-a-loop.mps
2019-09-24 09:59:54 +01:00

2 lines
37 B
Plaintext

for i=1:1:10 write "Hello world",!