How to loop in DMIS?
What if I want to execute the code line a certain amount of time. For example, how can I output the text "Hello!" 50 times without having 50 lines of code?
or ... if it is too easy
how to check 36 holes in the hole pattern without writing the code lines for each hole and use looping instead?