Changeset cd79053 for doc/theses/mike_brooks_MMath
- Timestamp:
- Dec 12, 2023, 11:27:05 AM (12 months ago)
- Branches:
- master
- Children:
- ed79428
- Parents:
- 77d46c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/programs/sharing-demo.cfa
r77d46c7 rcd79053 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.