Problems with prefix rule.
#4
Simply the rules apply from left to right:
^1^2^3
Code:
^1                ^2                ^3
^1 === 1test  >>> ^2 === 21test >>> ^3 === 321test
BUT:
^3^2^1
Code:
^3               ^2                ^1
^3 === 3test >>> ^2 === 23test >>> ^1 === 123test

I hope undeath doesn't mind me "butt"ing in. xD


Messages In This Thread
Problems with prefix rule. - by Hash-IT - 05-17-2012, 12:28 AM
RE: Problems with prefix rule. - by undeath - 05-17-2012, 12:35 AM
RE: Problems with prefix rule. - by Hash-IT - 05-17-2012, 12:57 AM
RE: Problems with prefix rule. - by M@LIK - 05-17-2012, 01:06 AM
RE: Problems with prefix rule. - by Hash-IT - 05-17-2012, 01:16 AM