Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 445 Bytes

nnn.md

File metadata and controls

17 lines (11 loc) · 445 Bytes

#nnn

Syntax: #number command

Repeat commands NNN number of times, if negative will use a reverse counter, to use variables or expressions see #LOOP and #REPEAT

Related: #LOOP, #REPEAT

Examples:

#5 #sh %i

Will display the numbers 1 to 5

#-5 #sh %i

Will display the numbers 5 to 1

#5 kill monster

Will send the command kill monster five times to the MUD