'rept' is not indented

This commit is contained in:
Rangi
2018-05-06 12:16:57 -04:00
parent d31ba05aeb
commit 1c92cb8b48
9 changed files with 23 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ else
x = 2 * (\1 - "A")
endc
db x
shift
shift
endr
db -1 ; end
ENDM

View File

@@ -13,7 +13,7 @@
partymenuqualities: MACRO
rept _NARG
db PARTYMENUQUALITY_\1
shift
shift
endr
db -1 ; end
ENDM

View File

@@ -1,9 +1,9 @@
unownword: MACRO
x = 1
rept STRLEN(\1)
rept STRLEN(\1)
db STRSUB(\1, x, 1) - $40
x = x + 1
endr
endr
db -1
ENDM