David T. Lewis uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-dtl.923.mcz==================== Summary ====================
Name: Collections-dtl.923
Author: dtl
Time: 28 January 2021, 8:05:25.25265 pm
UUID: 94598e44-a095-4a19-a2f5-f5630fe1dae8
Ancestors: Collections-ul.922
For reloadable Etoys per instructions at
http://wiki.squeak.org/squeak/2848 section 2.1
Reclassify Inteval>>start and stop (Etoys, Collections)
=============== Diff against Collections-ul.922 ===============
Item was added:
+ ----- Method: Interval>>start (in category 'accessing') -----
+ start
+ ^ start!
Item was added:
+ ----- Method: Interval>>stop (in category 'accessing') -----
+ stop
+ ^ stop!