looping - luxembourg/muxcode-clm GitHub Wiki

LOOPING

Looping in an object can have its good parts and its bad parts. The good part is when you activate part of a program multiple times to exhaustively perform an operation. This is usually done by: @va object = <list of commands>;@trigger me/vb @vb object = @switch <test> = <false>,@trigger me/va,<otherwise go on>

Looping can be a problem when it goes on without stopping. The @ps command can be used to see if you are looping. Beware! A looping machine that isn't @halt'ed will drain your money supply while you are away!

Related Topics: @halt, @ps