RosettaCodeData/Task/Copy-a-string/Bracmat/copy-a-string.bracmat

9 lines
201 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
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 }