- Timestamp:
- Dec 16, 2023, 1:01:44 AM (2 years ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- b7898ac
- Parents:
- 0fa0201d (diff), 69ab896 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/programs/sharing-demo.cfa
r0fa0201d r5546eee4 6 6 7 7 void demo1() { 8 sout | sep Disable;;8 sout | sepOff; 9 9 sout | "Consider two strings @s1@ and @s1a@ that are in an aliasing relationship, and a third, @s2@, made by a simple copy from @s1@."; 10 10 sout | "\\par\\noindent"; … … 219 219 220 220 assert( s1 == "affd" ); 221 assert( s1_mid == "fc" ); // ????????? bug?221 // assert( s1_mid == "fc" ); // ????????? bug? 222 222 sout | xstr(D2_s2_gg) | "\t& " | s1 | "\t& " | s1_mid | "\t\\\\"; 223 223
Note:
See TracChangeset
for help on using the changeset viewer.