8 lines
201 B
Text
8 lines
201 B
Text
abcdef:?a;
|
|
!a:?b;
|
|
|
|
c=abcdef;
|
|
!c:?d;
|
|
|
|
!a:!b { variables a and b are the same and probably referencing the same string }
|
|
!a:!d { variables a and d are also the same but not referencing the same string }
|