From 4801ff63aed8b36c9910fc8289be9eb3c85dcfb0 Mon Sep 17 00:00:00 2001
From: hilaire But how does this heading affect the rotation of the morph?
Underneath, the Observe the message Observe the message The game play is the responsibility of a In the other hand, we could also consider the On the other hand, we could also consider the 7.3.2 Space ship
MobileMorph
is equipped with an affine
-transformation to scale, rotate and translate the coordinates passed
-as arguments to the drawing messages received by the canvas.
-Therefore, our heading
methods are defined to match this
-internal representation and we use the rotation:
method from
-the PacedMorph
class to rotate appropriately. The
-location
attribute represents an affine transformation, and we
-get its rotation angle with the #radians
message.
+transformation to scale, rotate and translate the coordinates passed as
+arguments to the drawing messages received by the canvas. Therefore, our
+heading
methods are defined to match this internal
+representation and we use the rotation:
method from the
+PlacedMorph
class to rotate appropriately. The
+location
attribute represents an affine transformation, and
+we get its rotation angle with the #radians
message.
4.5.2 Collections in action
-#starMass
sent to the space ship. We
-have not yet figured out how to access the star mass from a space ship
-instance. Its starMass
method can just return, for now, the
-constant 8000.
+#starMass
sent to the spaceship herself.
+We, as a spaceship, have not yet figured out how to ask the central star
+for its stellar mass. Our starMass
method can just return, for
+now, the number 8000.
SpaceWar
instance. At
a regular interval of time, it refreshes the states of the game
diff --git a/docs/Spacewar_0021-Events.html b/docs/Spacewar_0021-Events.html
index 00902826..3c61d16f 100644
--- a/docs/Spacewar_0021-Events.html
+++ b/docs/Spacewar_0021-Events.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/Spacewar_0021-Morphs.html b/docs/Spacewar_0021-Morphs.html
index de1392ab..22021d70 100644
--- a/docs/Spacewar_0021-Morphs.html
+++ b/docs/Spacewar_0021-Morphs.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/Spacewar_0021-Source-Code.html b/docs/Spacewar_0021-Source-Code.html
index 2406a3a8..16a479e9 100644
--- a/docs/Spacewar_0021-Source-Code.html
+++ b/docs/Spacewar_0021-Source-Code.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/Spacewar_0021-States-and-Behaviors.html b/docs/Spacewar_0021-States-and-Behaviors.html
index 884544b0..7fe2907f 100644
--- a/docs/Spacewar_0021-States-and-Behaviors.html
+++ b/docs/Spacewar_0021-States-and-Behaviors.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
@@ -94,7 +94,7 @@ 3.6.1 The game states
SpaceWar
instance representing the game play needs to
know about the centralStar
, the ships
, the
-fired torpedoes
and its color
.
+ fired torpedoes
, and its color
.
CentralStar
has a mass
state. It is
necessary to compute the gravity force applied to a given ship.
@@ -389,10 +389,11 @@ 3.6.3 Behaviors
-mass
to
-depend on the consumed fuel and torpedoes. After all 93 % of
-Saturn V mass is fuel. We will discuss more about that later in
-the chapter about refactoring.
+mass
to
+depend on the consumed fuel and torpedoes. After all, 93 % of
+Saturn V rocket’s mass was made up of its fuel. We will discuss
+more about that later in the chapter about
+refactoring.
Controls
diff --git a/docs/Spacewar_0021-models.html b/docs/Spacewar_0021-models.html
index 235610f9..4de8871b 100644
--- a/docs/Spacewar_0021-models.html
+++ b/docs/Spacewar_0021-models.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/Spacewar_0021-package.html b/docs/Spacewar_0021-package.html
index 5d123a06..a37fe99a 100644
--- a/docs/Spacewar_0021-package.html
+++ b/docs/Spacewar_0021-package.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/Spacewar_0021.html b/docs/Spacewar_0021.html
index 267dae8e..2df4cf18 100644
--- a/docs/Spacewar_0021.html
+++ b/docs/Spacewar_0021.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/Spacewar_0021_0027s-methods.html b/docs/Spacewar_0021_0027s-methods.html
index e5f52b48..6b384ed5 100644
--- a/docs/Spacewar_0021_0027s-methods.html
+++ b/docs/Spacewar_0021_0027s-methods.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/String-_002d_002d-a-particular-collection.html b/docs/String-_002d_002d-a-particular-collection.html
index 8c917134..b69c0559 100644
--- a/docs/String-_002d_002d-a-particular-collection.html
+++ b/docs/String-_002d_002d-a-particular-collection.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/Submorph.html b/docs/Submorph.html
index 1f733b98..706b83f7 100644
--- a/docs/Submorph.html
+++ b/docs/Submorph.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/Summary-of-Syntax.html b/docs/Summary-of-Syntax.html
index 5e064d12..895479a2 100644
--- a/docs/Summary-of-Syntax.html
+++ b/docs/Summary-of-Syntax.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/Syntactic-elements.html b/docs/Syntactic-elements.html
index 4a3ddfde..ee38e571 100644
--- a/docs/Syntactic-elements.html
+++ b/docs/Syntactic-elements.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/System-Events.html b/docs/System-Events.html
index 158a3834..10a723d1 100644
--- a/docs/System-Events.html
+++ b/docs/System-Events.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/The-Change-Log.html b/docs/The-Change-Log.html
index 8c6a39c4..d89406b9 100644
--- a/docs/The-Change-Log.html
+++ b/docs/The-Change-Log.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/The-Change-Set.html b/docs/The-Change-Set.html
index 7f231f76..cb5a4b2e 100644
--- a/docs/The-Change-Set.html
+++ b/docs/The-Change-Set.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/The-Collection-Way-of-Life-_0028Solutions_0029.html b/docs/The-Collection-Way-of-Life-_0028Solutions_0029.html
index 6b60224f..c87ac269 100644
--- a/docs/The-Collection-Way-of-Life-_0028Solutions_0029.html
+++ b/docs/The-Collection-Way-of-Life-_0028Solutions_0029.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/The-Collection-Way-of-Life.html b/docs/The-Collection-Way-of-Life.html
index 598954a8..168fb6b0 100644
--- a/docs/The-Collection-Way-of-Life.html
+++ b/docs/The-Collection-Way-of-Life.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/The-Debugger.html b/docs/The-Debugger.html
index f355e996..7706a496 100644
--- a/docs/The-Debugger.html
+++ b/docs/The-Debugger.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/The-Examples.html b/docs/The-Examples.html
index a5da488b..96bcc41c 100644
--- a/docs/The-Examples.html
+++ b/docs/The-Examples.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/The-Exercises.html b/docs/The-Exercises.html
index 089e4daa..0fcdc3c6 100644
--- a/docs/The-Exercises.html
+++ b/docs/The-Exercises.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/The-Figures.html b/docs/The-Figures.html
index 2bedce73..546aa020 100644
--- a/docs/The-Figures.html
+++ b/docs/The-Figures.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/The-Fundamentals-of-Morph-_0028Solutions_0029.html b/docs/The-Fundamentals-of-Morph-_0028Solutions_0029.html
index e59c39a7..c4c80787 100644
--- a/docs/The-Fundamentals-of-Morph-_0028Solutions_0029.html
+++ b/docs/The-Fundamentals-of-Morph-_0028Solutions_0029.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/The-Fundamentals-of-Morph.html b/docs/The-Fundamentals-of-Morph.html
index 46c2d7d4..cbbd0fec 100644
--- a/docs/The-Fundamentals-of-Morph.html
+++ b/docs/The-Fundamentals-of-Morph.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/The-Image.html b/docs/The-Image.html
index 328f3295..8a36b90e 100644
--- a/docs/The-Image.html
+++ b/docs/The-Image.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/The-Message-Way-of-Life-_0028Solutions_0029.html b/docs/The-Message-Way-of-Life-_0028Solutions_0029.html
index 3b95214a..0dcc765f 100644
--- a/docs/The-Message-Way-of-Life-_0028Solutions_0029.html
+++ b/docs/The-Message-Way-of-Life-_0028Solutions_0029.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/The-Message-Way-of-Life.html b/docs/The-Message-Way-of-Life.html
index 1d4484c4..98c3f27a 100644
--- a/docs/The-Message-Way-of-Life.html
+++ b/docs/The-Message-Way-of-Life.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/The-Package.html b/docs/The-Package.html
index 1d87d597..1187f1bc 100644
--- a/docs/The-Package.html
+++ b/docs/The-Package.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/Understanding-Object-Oriented-Programming.html b/docs/Understanding-Object-Oriented-Programming.html
index 10102c82..9802a3e3 100644
--- a/docs/Understanding-Object-Oriented-Programming.html
+++ b/docs/Understanding-Object-Oriented-Programming.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/Visual-with-Morph-_0028Solutions_0029.html b/docs/Visual-with-Morph-_0028Solutions_0029.html
index 2b990f36..8097843a 100644
--- a/docs/Visual-with-Morph-_0028Solutions_0029.html
+++ b/docs/Visual-with-Morph-_0028Solutions_0029.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/Visual-with-Morph.html b/docs/Visual-with-Morph.html
index 73a65f98..51a745e6 100644
--- a/docs/Visual-with-Morph.html
+++ b/docs/Visual-with-Morph.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/Writing-your-first-scripts.html b/docs/Writing-your-first-scripts.html
index 3f0adb57..3b011c6e 100644
--- a/docs/Writing-your-first-scripts.html
+++ b/docs/Writing-your-first-scripts.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/accurateCollisionShipsSun.html b/docs/accurateCollisionShipsSun.html
index 1d8f7915..bd8fe74b 100644
--- a/docs/accurateCollisionShipsSun.html
+++ b/docs/accurateCollisionShipsSun.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/accuratePixelCollisionShipsSun.html b/docs/accuratePixelCollisionShipsSun.html
index daa23c92..dce3b8af 100644
--- a/docs/accuratePixelCollisionShipsSun.html
+++ b/docs/accuratePixelCollisionShipsSun.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/addAfter.html b/docs/addAfter.html
index 7272e647..4d0fa1c9 100644
--- a/docs/addAfter.html
+++ b/docs/addAfter.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/allActorsMorph.html b/docs/allActorsMorph.html
index b4f0687f..48a514e2 100644
--- a/docs/allActorsMorph.html
+++ b/docs/allActorsMorph.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/alphabetCipher.html b/docs/alphabetCipher.html
index 3d042ee0..861424ee 100644
--- a/docs/alphabetCipher.html
+++ b/docs/alphabetCipher.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/apples12.html b/docs/apples12.html
index ed44123f..b30d19b8 100644
--- a/docs/apples12.html
+++ b/docs/apples12.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/askingClass.html b/docs/askingClass.html
index 27b76b91..4ffe2008 100644
--- a/docs/askingClass.html
+++ b/docs/askingClass.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/blockDivisor.html b/docs/blockDivisor.html
index 3bc55369..717df1c0 100644
--- a/docs/blockDivisor.html
+++ b/docs/blockDivisor.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/boundMorph.html b/docs/boundMorph.html
index 90da9f80..a0a04fef 100644
--- a/docs/boundMorph.html
+++ b/docs/boundMorph.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/breakpoint.html b/docs/breakpoint.html
index 75df9b23..55c96a07 100644
--- a/docs/breakpoint.html
+++ b/docs/breakpoint.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/capWordNumber.html b/docs/capWordNumber.html
index 3f08c25e..cab2feae 100644
--- a/docs/capWordNumber.html
+++ b/docs/capWordNumber.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/categorizeControls.html b/docs/categorizeControls.html
index 5959c7ea..49bacfad 100644
--- a/docs/categorizeControls.html
+++ b/docs/categorizeControls.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/categorizeTeleport.html b/docs/categorizeTeleport.html
index 5fb5c434..89b01c1e 100644
--- a/docs/categorizeTeleport.html
+++ b/docs/categorizeTeleport.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/centralStarDraw.html b/docs/centralStarDraw.html
index f0a8914b..56f3ecd8 100644
--- a/docs/centralStarDraw.html
+++ b/docs/centralStarDraw.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/centralStarExtent.html b/docs/centralStarExtent.html
index d6a3ad1d..a038ed99 100644
--- a/docs/centralStarExtent.html
+++ b/docs/centralStarExtent.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch00_002dimg1.html b/docs/ch00_002dimg1.html
index 1a4a5088..2a56401a 100644
--- a/docs/ch00_002dimg1.html
+++ b/docs/ch00_002dimg1.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch01_002dPreferences.html b/docs/ch01_002dPreferences.html
index 40695ce0..a58b56c1 100644
--- a/docs/ch01_002dPreferences.html
+++ b/docs/ch01_002dPreferences.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch01_002dSpacewarGameplay.html b/docs/ch01_002dSpacewarGameplay.html
index 74eb4a5a..a1a22c88 100644
--- a/docs/ch01_002dSpacewarGameplay.html
+++ b/docs/ch01_002dSpacewarGameplay.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch01_002dSpacewarPDP.html b/docs/ch01_002dSpacewarPDP.html
index 48b06cd6..ec70ec1b 100644
--- a/docs/ch01_002dSpacewarPDP.html
+++ b/docs/ch01_002dSpacewarPDP.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch01_002dimg1a.html b/docs/ch01_002dimg1a.html
index fc2f97d8..63ce20f1 100644
--- a/docs/ch01_002dimg1a.html
+++ b/docs/ch01_002dimg1a.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch01_002dimg2.html b/docs/ch01_002dimg2.html
index e76ba677..51dbdd14 100644
--- a/docs/ch01_002dimg2.html
+++ b/docs/ch01_002dimg2.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch02_002dInstalledPackages.html b/docs/ch02_002dInstalledPackages.html
index 042d8cb5..b1b197b3 100644
--- a/docs/ch02_002dInstalledPackages.html
+++ b/docs/ch02_002dInstalledPackages.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch02_002dbrowserDetailed.html b/docs/ch02_002dbrowserDetailed.html
index 98abba06..b98a3d77 100644
--- a/docs/ch02_002dbrowserDetailed.html
+++ b/docs/ch02_002dbrowserDetailed.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch02_002dspacewarClassCategory.html b/docs/ch02_002dspacewarClassCategory.html
index 70022e05..9f3b0eec 100644
--- a/docs/ch02_002dspacewarClassCategory.html
+++ b/docs/ch02_002dspacewarClassCategory.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch03_002dbrowseHierarchy.html b/docs/ch03_002dbrowseHierarchy.html
index e9c4b42c..c7522bb3 100644
--- a/docs/ch03_002dbrowseHierarchy.html
+++ b/docs/ch03_002dbrowseHierarchy.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch03_002dbrowseProtocol.html b/docs/ch03_002dbrowseProtocol.html
index 79c6e497..fe72b341 100644
--- a/docs/ch03_002dbrowseProtocol.html
+++ b/docs/ch03_002dbrowseProtocol.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch03_002dfloatClassSide.html b/docs/ch03_002dfloatClassSide.html
index aceacedb..d4d9c20a 100644
--- a/docs/ch03_002dfloatClassSide.html
+++ b/docs/ch03_002dfloatClassSide.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch03_002dfloatInstanceSide.html b/docs/ch03_002dfloatInstanceSide.html
index 0b2eb4ee..1c3506af 100644
--- a/docs/ch03_002dfloatInstanceSide.html
+++ b/docs/ch03_002dfloatInstanceSide.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch05_002dSpacewarGamePlay.html b/docs/ch05_002dSpacewarGamePlay.html
index 8b8fd9b7..e8fbc232 100644
--- a/docs/ch05_002dSpacewarGamePlay.html
+++ b/docs/ch05_002dSpacewarGamePlay.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch06_002d01_002dEllipseMorphFromMenu.html b/docs/ch06_002d01_002dEllipseMorphFromMenu.html
index 889c9835..1dfb2d1f 100644
--- a/docs/ch06_002d01_002dEllipseMorphFromMenu.html
+++ b/docs/ch06_002d01_002dEllipseMorphFromMenu.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch06_002d03_002dDragToEnlarge.html b/docs/ch06_002d03_002dDragToEnlarge.html
index e375f56b..24ab17ab 100644
--- a/docs/ch06_002d03_002dDragToEnlarge.html
+++ b/docs/ch06_002d03_002dDragToEnlarge.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch06_002d04_002dEnlarged.html b/docs/ch06_002d04_002dEnlarged.html
index 46b1e4ae..6493ab15 100644
--- a/docs/ch06_002d04_002dEnlarged.html
+++ b/docs/ch06_002d04_002dEnlarged.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch06_002d05_002dAddRectangle.html b/docs/ch06_002d05_002dAddRectangle.html
index e3461810..6fd3ffe5 100644
--- a/docs/ch06_002d05_002dAddRectangle.html
+++ b/docs/ch06_002d05_002dAddRectangle.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch06_002d06_002dEmbedRectIntoEllipse.html b/docs/ch06_002d06_002dEmbedRectIntoEllipse.html
index 597f9636..c570ed3c 100644
--- a/docs/ch06_002d06_002dEmbedRectIntoEllipse.html
+++ b/docs/ch06_002d06_002dEmbedRectIntoEllipse.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch06_002d07_002dMiddleClickRect.html b/docs/ch06_002d07_002dMiddleClickRect.html
index 8d0fc708..4edc8cb9 100644
--- a/docs/ch06_002d07_002dMiddleClickRect.html
+++ b/docs/ch06_002d07_002dMiddleClickRect.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch06_002d08_002d2ndMidClckToSubmorph.html b/docs/ch06_002d08_002d2ndMidClckToSubmorph.html
index 80d6e132..f5fe40a9 100644
--- a/docs/ch06_002d08_002d2ndMidClckToSubmorph.html
+++ b/docs/ch06_002d08_002d2ndMidClckToSubmorph.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch06_002d09_002dMove_002dWithin.html b/docs/ch06_002d09_002dMove_002dWithin.html
index 0819fc51..83c7a4f6 100644
--- a/docs/ch06_002d09_002dMove_002dWithin.html
+++ b/docs/ch06_002d09_002dMove_002dWithin.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch06_002d10_002dPickUp_002d2_002dMoveOut.html b/docs/ch06_002d10_002dPickUp_002d2_002dMoveOut.html
index 8a8a3be7..a13de5e2 100644
--- a/docs/ch06_002d10_002dPickUp_002d2_002dMoveOut.html
+++ b/docs/ch06_002d10_002dPickUp_002d2_002dMoveOut.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch06_002d11aColorClickOnRect.html b/docs/ch06_002d11aColorClickOnRect.html
index 6b366318..9e0744b1 100644
--- a/docs/ch06_002d11aColorClickOnRect.html
+++ b/docs/ch06_002d11aColorClickOnRect.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch06_002d12_002dInspectEllipse.html b/docs/ch06_002d12_002dInspectEllipse.html
index f3da4baa..5acd2f27 100644
--- a/docs/ch06_002d12_002dInspectEllipse.html
+++ b/docs/ch06_002d12_002dInspectEllipse.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch06_002d14_002dSetBorderColor.html b/docs/ch06_002d14_002dSetBorderColor.html
index e5c19895..f82f4036 100644
--- a/docs/ch06_002d14_002dSetBorderColor.html
+++ b/docs/ch06_002d14_002dSetBorderColor.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch06_002d15_002dColorClickEllipse.html b/docs/ch06_002d15_002dColorClickEllipse.html
index db8462d3..46effd2d 100644
--- a/docs/ch06_002d15_002dColorClickEllipse.html
+++ b/docs/ch06_002d15_002dColorClickEllipse.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch06_002d20_002dTorpedoUpdateInheritance.html b/docs/ch06_002d20_002dTorpedoUpdateInheritance.html
index 9a32df81..e57de3c1 100644
--- a/docs/ch06_002d20_002dTorpedoUpdateInheritance.html
+++ b/docs/ch06_002d20_002dTorpedoUpdateInheritance.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch07_002d01_002dLineDetails.html b/docs/ch07_002d01_002dLineDetails.html
index eb313f72..31369884 100644
--- a/docs/ch07_002d01_002dLineDetails.html
+++ b/docs/ch07_002d01_002dLineDetails.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch07_002d02_002dTriangles.html b/docs/ch07_002d02_002dTriangles.html
index 84a6b4cf..a7333123 100644
--- a/docs/ch07_002d02_002dTriangles.html
+++ b/docs/ch07_002d02_002dTriangles.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch07_002d03_002dAnimatedMorph.html b/docs/ch07_002d03_002dAnimatedMorph.html
index 31e18a00..edb9daee 100644
--- a/docs/ch07_002d03_002dAnimatedMorph.html
+++ b/docs/ch07_002d03_002dAnimatedMorph.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch07_002d04_002dAnimatedAndClippedSubmorph.html b/docs/ch07_002d04_002dAnimatedAndClippedSubmorph.html
index 22a8808f..4f7fab3c 100644
--- a/docs/ch07_002d04_002dAnimatedAndClippedSubmorph.html
+++ b/docs/ch07_002d04_002dAnimatedAndClippedSubmorph.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch07_002d05_002dClock.html b/docs/ch07_002d05_002dClock.html
index ddc27af9..af1e6c75 100644
--- a/docs/ch07_002d05_002dClock.html
+++ b/docs/ch07_002d05_002dClock.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch07_002d06_002dExerciseClock.html b/docs/ch07_002d06_002dExerciseClock.html
index 07cf9bf9..9dd3835d 100644
--- a/docs/ch07_002d06_002dExerciseClock.html
+++ b/docs/ch07_002d06_002dExerciseClock.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch07_002d07_002dClockMorph_002dinitialize.html b/docs/ch07_002d07_002dClockMorph_002dinitialize.html
index bcaf4cc3..7c1d5878 100644
--- a/docs/ch07_002d07_002dClockMorph_002dinitialize.html
+++ b/docs/ch07_002d07_002dClockMorph_002dinitialize.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch07_002d08_002dClockMorph_002divars_002dadded.html b/docs/ch07_002d08_002dClockMorph_002divars_002dadded.html
index e98cf6c9..731d8a16 100644
--- a/docs/ch07_002d08_002dClockMorph_002divars_002dadded.html
+++ b/docs/ch07_002d08_002dClockMorph_002divars_002dadded.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch07_002d09_002dfluctuatingStar.html b/docs/ch07_002d09_002dfluctuatingStar.html
index 73338b34..7ee1dc25 100644
--- a/docs/ch07_002d09_002dfluctuatingStar.html
+++ b/docs/ch07_002d09_002dfluctuatingStar.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch07_002d10_002dShipDiagram.html b/docs/ch07_002d10_002dShipDiagram.html
index 34e06596..341ae749 100644
--- a/docs/ch07_002d10_002dShipDiagram.html
+++ b/docs/ch07_002d10_002dShipDiagram.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch07_002d11_002dTorpedoDiagram.html b/docs/ch07_002d11_002dTorpedoDiagram.html
index 56665261..36ae7eda 100644
--- a/docs/ch07_002d11_002dTorpedoDiagram.html
+++ b/docs/ch07_002d11_002dTorpedoDiagram.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch07_002d12_002dbrowserClassSide.html b/docs/ch07_002d12_002dbrowserClassSide.html
index 039fcc56..a776a2f0 100644
--- a/docs/ch07_002d12_002dbrowserClassSide.html
+++ b/docs/ch07_002d12_002dbrowserClassSide.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch07_002d13_002dshipDisplayBounds.html b/docs/ch07_002d13_002dshipDisplayBounds.html
index 0af5218a..63c9574d 100644
--- a/docs/ch07_002d13_002dshipDisplayBounds.html
+++ b/docs/ch07_002d13_002dshipDisplayBounds.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch08_002dFocus.html b/docs/ch08_002dFocus.html
index 2e3243fc..232e78be 100644
--- a/docs/ch08_002dFocus.html
+++ b/docs/ch08_002dFocus.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002d01_002dZeroDivide.html b/docs/ch10_002d01_002dZeroDivide.html
index 9f79db3f..5d1d1071 100644
--- a/docs/ch10_002d01_002dZeroDivide.html
+++ b/docs/ch10_002d01_002dZeroDivide.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002d02_002dDirChildNames.html b/docs/ch10_002d02_002dDirChildNames.html
index 5c2f26be..eaa0487e 100644
--- a/docs/ch10_002d02_002dDirChildNames.html
+++ b/docs/ch10_002d02_002dDirChildNames.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002d03_002dDebugIt.html b/docs/ch10_002d03_002dDebugIt.html
index b1f395e3..ae20e565 100644
--- a/docs/ch10_002d03_002dDebugIt.html
+++ b/docs/ch10_002d03_002dDebugIt.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002d04_002dStepInto.html b/docs/ch10_002d04_002dStepInto.html
index bc5283b0..9661fea3 100644
--- a/docs/ch10_002d04_002dStepInto.html
+++ b/docs/ch10_002d04_002dStepInto.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002d05_002dFocusObjAndArgs.html b/docs/ch10_002d05_002dFocusObjAndArgs.html
index 5bf17650..50ee95e1 100644
--- a/docs/ch10_002d05_002dFocusObjAndArgs.html
+++ b/docs/ch10_002d05_002dFocusObjAndArgs.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002d06_002dHalt.html b/docs/ch10_002d06_002dHalt.html
index e1dd8f8a..8921a203 100644
--- a/docs/ch10_002d06_002dHalt.html
+++ b/docs/ch10_002d06_002dHalt.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002d07_002dOver.html b/docs/ch10_002d07_002dOver.html
index bc8fd1dc..3ce53395 100644
--- a/docs/ch10_002d07_002dOver.html
+++ b/docs/ch10_002d07_002dOver.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002dAdd_002dRequirement.html b/docs/ch10_002dAdd_002dRequirement.html
index c4ab71b4..269b0d2f 100644
--- a/docs/ch10_002dAdd_002dRequirement.html
+++ b/docs/ch10_002dAdd_002dRequirement.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002dBrowsePackageChange.html b/docs/ch10_002dBrowsePackageChange.html
index f385c5d7..ba9368bf 100644
--- a/docs/ch10_002dBrowsePackageChange.html
+++ b/docs/ch10_002dBrowsePackageChange.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002dChangeList.html b/docs/ch10_002dChangeList.html
index 51922198..a781e651 100644
--- a/docs/ch10_002dChangeList.html
+++ b/docs/ch10_002dChangeList.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002dChangeSet1.html b/docs/ch10_002dChangeSet1.html
index 71388728..c862fe45 100644
--- a/docs/ch10_002dChangeSet1.html
+++ b/docs/ch10_002dChangeSet1.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002dChangeSet2.html b/docs/ch10_002dChangeSet2.html
index 70dcad50..4a89e517 100644
--- a/docs/ch10_002dChangeSet2.html
+++ b/docs/ch10_002dChangeSet2.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002dChangeSetToCore.html b/docs/ch10_002dChangeSetToCore.html
index 69bb1aa1..b2f1662c 100644
--- a/docs/ch10_002dChangeSetToCore.html
+++ b/docs/ch10_002dChangeSetToCore.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002dFileListChangeSet.html b/docs/ch10_002dFileListChangeSet.html
index e59ed5e2..42c24b5d 100644
--- a/docs/ch10_002dFileListChangeSet.html
+++ b/docs/ch10_002dFileListChangeSet.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002dImageSetUp.html b/docs/ch10_002dImageSetUp.html
index 31b08903..f0c84158 100644
--- a/docs/ch10_002dImageSetUp.html
+++ b/docs/ch10_002dImageSetUp.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002dNewPackage_002dMorphic_002dLearning.html b/docs/ch10_002dNewPackage_002dMorphic_002dLearning.html
index 44de6f5c..9e2007f1 100644
--- a/docs/ch10_002dNewPackage_002dMorphic_002dLearning.html
+++ b/docs/ch10_002dNewPackage_002dMorphic_002dLearning.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002dPackage_002dwith_002drequirement.html b/docs/ch10_002dPackage_002dwith_002drequirement.html
index e8138ea6..cd873a6f 100644
--- a/docs/ch10_002dPackage_002dwith_002drequirement.html
+++ b/docs/ch10_002dPackage_002dwith_002drequirement.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002dRecoverLostChanges1.html b/docs/ch10_002dRecoverLostChanges1.html
index 383dbced..31bd3679 100644
--- a/docs/ch10_002dRecoverLostChanges1.html
+++ b/docs/ch10_002dRecoverLostChanges1.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002dRecoverLostChanges2.html b/docs/ch10_002dRecoverLostChanges2.html
index bdfe6965..3f43554a 100644
--- a/docs/ch10_002dRecoverLostChanges2.html
+++ b/docs/ch10_002dRecoverLostChanges2.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch10_002dSaved_002dwith_002drequirement.html b/docs/ch10_002dSaved_002dwith_002drequirement.html
index a8ac30e5..cfe88fae 100644
--- a/docs/ch10_002dSaved_002dwith_002drequirement.html
+++ b/docs/ch10_002dSaved_002dwith_002drequirement.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch11_002d01_002dSendersOfLeft.html b/docs/ch11_002d01_002dSendersOfLeft.html
index c180b581..5f805bbe 100644
--- a/docs/ch11_002d01_002dSendersOfLeft.html
+++ b/docs/ch11_002d01_002dSendersOfLeft.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch11_002d02_002dRenameLeft.html b/docs/ch11_002d02_002dRenameLeft.html
index 5099a6ac..e1bbf717 100644
--- a/docs/ch11_002d02_002dRenameLeft.html
+++ b/docs/ch11_002d02_002dRenameLeft.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch11_002d03_002dRenameInCategory.html b/docs/ch11_002d03_002dRenameInCategory.html
index dc35932e..6a2af4a3 100644
--- a/docs/ch11_002d03_002dRenameInCategory.html
+++ b/docs/ch11_002d03_002dRenameInCategory.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch11_002d04_002dturnLeft.html b/docs/ch11_002d04_002dturnLeft.html
index 37465e88..1d3fbb27 100644
--- a/docs/ch11_002d04_002dturnLeft.html
+++ b/docs/ch11_002d04_002dturnLeft.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch11_002d05_002dnoseSenders.html b/docs/ch11_002d05_002dnoseSenders.html
index 92254b4d..46ae51f1 100644
--- a/docs/ch11_002d05_002dnoseSenders.html
+++ b/docs/ch11_002d05_002dnoseSenders.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ch11_002d06_002dnoseDirection.html b/docs/ch11_002d06_002dnoseDirection.html
index 25adb132..714ded3f 100644
--- a/docs/ch11_002d06_002dnoseDirection.html
+++ b/docs/ch11_002d06_002dnoseDirection.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/changeSetContents.html b/docs/changeSetContents.html
index b2db670a..f6f41617 100644
--- a/docs/changeSetContents.html
+++ b/docs/changeSetContents.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/childNames.html b/docs/childNames.html
index 18439b6a..49ab8ccd 100644
--- a/docs/childNames.html
+++ b/docs/childNames.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/classInstanceVar.html b/docs/classInstanceVar.html
index f4a3a2a5..23770887 100644
--- a/docs/classInstanceVar.html
+++ b/docs/classInstanceVar.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/classVariableMobile.html b/docs/classVariableMobile.html
index aeac9931..23ad3e7a 100644
--- a/docs/classVariableMobile.html
+++ b/docs/classVariableMobile.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/classesCount.html b/docs/classesCount.html
index ad095c50..71499cb6 100644
--- a/docs/classesCount.html
+++ b/docs/classesCount.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/clockDialDrawing.html b/docs/clockDialDrawing.html
index a75f8411..4152fbbe 100644
--- a/docs/clockDialDrawing.html
+++ b/docs/clockDialDrawing.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/collFirst.html b/docs/collFirst.html
index 0017b2d1..5e7f08f9 100644
--- a/docs/collFirst.html
+++ b/docs/collFirst.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/collectionAccess.html b/docs/collectionAccess.html
index 2a69de62..0ae5740d 100644
--- a/docs/collectionAccess.html
+++ b/docs/collectionAccess.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/colorDict.html b/docs/colorDict.html
index 71264e59..a6356d02 100644
--- a/docs/colorDict.html
+++ b/docs/colorDict.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/computeDivisors.html b/docs/computeDivisors.html
index c8e376c3..9a29ed73 100644
--- a/docs/computeDivisors.html
+++ b/docs/computeDivisors.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/concatenateStrings.html b/docs/concatenateStrings.html
index ffb44a0c..b5b9329b 100644
--- a/docs/concatenateStrings.html
+++ b/docs/concatenateStrings.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/concatenateUppercase.html b/docs/concatenateUppercase.html
index 8cde8343..e1b738c7 100644
--- a/docs/concatenateUppercase.html
+++ b/docs/concatenateUppercase.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/convertDynArray.html b/docs/convertDynArray.html
index 392c5a8e..7fc83479 100644
--- a/docs/convertDynArray.html
+++ b/docs/convertDynArray.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/cosTable.html b/docs/cosTable.html
index b183162f..830b405b 100644
--- a/docs/cosTable.html
+++ b/docs/cosTable.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/countingAncients.html b/docs/countingAncients.html
index db7431a6..9d8728e0 100644
--- a/docs/countingAncients.html
+++ b/docs/countingAncients.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/createArray.html b/docs/createArray.html
index 90bef2bd..26e6df41 100644
--- a/docs/createArray.html
+++ b/docs/createArray.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/createOrderedColl.html b/docs/createOrderedColl.html
index 057e65e5..0ac5a049 100644
--- a/docs/createOrderedColl.html
+++ b/docs/createOrderedColl.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/cubesCollect.html b/docs/cubesCollect.html
index 74029f3e..b92afc4f 100644
--- a/docs/cubesCollect.html
+++ b/docs/cubesCollect.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/cutString.html b/docs/cutString.html
index 86db1a32..8f3f4eaa 100644
--- a/docs/cutString.html
+++ b/docs/cutString.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/decodeCaesar.html b/docs/decodeCaesar.html
index cf37f25b..d0cef76d 100644
--- a/docs/decodeCaesar.html
+++ b/docs/decodeCaesar.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/decodeCipher.html b/docs/decodeCipher.html
index fee5ea66..4b830207 100644
--- a/docs/decodeCipher.html
+++ b/docs/decodeCipher.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/deleteMorphInstances.html b/docs/deleteMorphInstances.html
index 2b47ebdc..32de5ab2 100644
--- a/docs/deleteMorphInstances.html
+++ b/docs/deleteMorphInstances.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/dynamicSize.html b/docs/dynamicSize.html
index c171c450..88f9faa6 100644
--- a/docs/dynamicSize.html
+++ b/docs/dynamicSize.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/editMorphBehaviorInspector.html b/docs/editMorphBehaviorInspector.html
index b375dc4e..3a9fe56a 100644
--- a/docs/editMorphBehaviorInspector.html
+++ b/docs/editMorphBehaviorInspector.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/editShapeInspector.html b/docs/editShapeInspector.html
index 2efde5ad..9da12bbb 100644
--- a/docs/editShapeInspector.html
+++ b/docs/editShapeInspector.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/encodeCaesar.html b/docs/encodeCaesar.html
index a1ba9554..c3d9b81c 100644
--- a/docs/encodeCaesar.html
+++ b/docs/encodeCaesar.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ensure.html b/docs/ensure.html
index e0f94172..9d12a3ae 100644
--- a/docs/ensure.html
+++ b/docs/ensure.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/entitiesCount.html b/docs/entitiesCount.html
index 93dc6c03..2656afb1 100644
--- a/docs/entitiesCount.html
+++ b/docs/entitiesCount.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exampleExample.html b/docs/exampleExample.html
index 1597eb4b..c66c05ae 100644
--- a/docs/exampleExample.html
+++ b/docs/exampleExample.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exeAccurateDetection.html b/docs/exeAccurateDetection.html
index 1bf03c93..8ca81895 100644
--- a/docs/exeAccurateDetection.html
+++ b/docs/exeAccurateDetection.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exeCrossMorph.html b/docs/exeCrossMorph.html
index 6e356ad8..9c82e34f 100644
--- a/docs/exeCrossMorph.html
+++ b/docs/exeCrossMorph.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exeDescribePackage.html b/docs/exeDescribePackage.html
index 32c91c1b..ebba895c 100644
--- a/docs/exeDescribePackage.html
+++ b/docs/exeDescribePackage.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exeDrawMobile.html b/docs/exeDrawMobile.html
index 958f7c3c..acbbd0c9 100644
--- a/docs/exeDrawMobile.html
+++ b/docs/exeDrawMobile.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exeFancyClock.html b/docs/exeFancyClock.html
index 79b91e30..c8ebc528 100644
--- a/docs/exeFancyClock.html
+++ b/docs/exeFancyClock.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exeFloatPrecision.html b/docs/exeFloatPrecision.html
index 94f5c941..7e79835c 100644
--- a/docs/exeFloatPrecision.html
+++ b/docs/exeFloatPrecision.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exeFractionPrecision.html b/docs/exeFractionPrecision.html
index f72585cb..ac3af6e7 100644
--- a/docs/exeFractionPrecision.html
+++ b/docs/exeFractionPrecision.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exeNegativeIntegers.html b/docs/exeNegativeIntegers.html
index 3586bdb9..6142728d 100644
--- a/docs/exeNegativeIntegers.html
+++ b/docs/exeNegativeIntegers.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exePlacement.html b/docs/exePlacement.html
index 8618fda5..f93576d4 100644
--- a/docs/exePlacement.html
+++ b/docs/exePlacement.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exeRectMorph.html b/docs/exeRectMorph.html
index 6a34aed6..5524dc6c 100644
--- a/docs/exeRectMorph.html
+++ b/docs/exeRectMorph.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exeRenameMethod.html b/docs/exeRenameMethod.html
index 94c78e7b..00d83326 100644
--- a/docs/exeRenameMethod.html
+++ b/docs/exeRenameMethod.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exeSavePkgSpacewar.html b/docs/exeSavePkgSpacewar.html
index 02863f76..4cba29da 100644
--- a/docs/exeSavePkgSpacewar.html
+++ b/docs/exeSavePkgSpacewar.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exeSpaceShipClassSideDiagram.html b/docs/exeSpaceShipClassSideDiagram.html
index c7aae4ab..f889f6ea 100644
--- a/docs/exeSpaceShipClassSideDiagram.html
+++ b/docs/exeSpaceShipClassSideDiagram.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exeTorpedoDrawing.html b/docs/exeTorpedoDrawing.html
index 7d6c2e47..fbcebfcd 100644
--- a/docs/exeTorpedoDrawing.html
+++ b/docs/exeTorpedoDrawing.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exeTorpedoExtent.html b/docs/exeTorpedoExtent.html
index 9f9ca48c..83ec01e8 100644
--- a/docs/exeTorpedoExtent.html
+++ b/docs/exeTorpedoExtent.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exeZeroDivide.html b/docs/exeZeroDivide.html
index e32574a1..e77dd7d9 100644
--- a/docs/exeZeroDivide.html
+++ b/docs/exeZeroDivide.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/exerciseExample.html b/docs/exerciseExample.html
index 7b6fd154..3735cd65 100644
--- a/docs/exerciseExample.html
+++ b/docs/exerciseExample.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/fillArray.html b/docs/fillArray.html
index c2448c77..3614873b 100644
--- a/docs/fillArray.html
+++ b/docs/fillArray.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/fireTorpedo.html b/docs/fireTorpedo.html
index 1f3f2011..199e7dda 100644
--- a/docs/fireTorpedo.html
+++ b/docs/fireTorpedo.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/firstShipControl.html b/docs/firstShipControl.html
index 9b814925..36be4008 100644
--- a/docs/firstShipControl.html
+++ b/docs/firstShipControl.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/floatInfo.html b/docs/floatInfo.html
index 0e24ffde..1399d9bd 100644
--- a/docs/floatInfo.html
+++ b/docs/floatInfo.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/forLoop.html b/docs/forLoop.html
index 4a888ae6..04004d10 100644
--- a/docs/forLoop.html
+++ b/docs/forLoop.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/formatString.html b/docs/formatString.html
index f1178473..9b51bc80 100644
--- a/docs/formatString.html
+++ b/docs/formatString.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/goldberg1.html b/docs/goldberg1.html
index ce7fda19..ae3258c2 100644
--- a/docs/goldberg1.html
+++ b/docs/goldberg1.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/gravityForce.html b/docs/gravityForce.html
index 6199e40f..0ae54b32 100644
--- a/docs/gravityForce.html
+++ b/docs/gravityForce.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/gravityVector.html b/docs/gravityVector.html
index 6763ded1..f615ef48 100644
--- a/docs/gravityVector.html
+++ b/docs/gravityVector.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/handleMouseOver.html b/docs/handleMouseOver.html
index 72f810d3..5af7e214 100644
--- a/docs/handleMouseOver.html
+++ b/docs/handleMouseOver.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/hello.html b/docs/hello.html
index 2d2443f9..1809a1d6 100644
--- a/docs/hello.html
+++ b/docs/hello.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/hello2.html b/docs/hello2.html
index aa5213d4..3051ae72 100644
--- a/docs/hello2.html
+++ b/docs/hello2.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/helloBelle.html b/docs/helloBelle.html
index 361dc429..7988c9b0 100644
--- a/docs/helloBelle.html
+++ b/docs/helloBelle.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/helloCascade.html b/docs/helloCascade.html
index dc3e70a2..6bc750bb 100644
--- a/docs/helloCascade.html
+++ b/docs/helloCascade.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/holeSet.html b/docs/holeSet.html
index f415f446..99bd2042 100644
--- a/docs/holeSet.html
+++ b/docs/holeSet.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/ifTrueIfFalse.html b/docs/ifTrueIfFalse.html
index 264fa0c9..bf91421d 100644
--- a/docs/ifTrueIfFalse.html
+++ b/docs/ifTrueIfFalse.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/implementingAndOr.html b/docs/implementingAndOr.html
index e1991c47..9965bc31 100644
--- a/docs/implementingAndOr.html
+++ b/docs/implementingAndOr.html
@@ -18,7 +18,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/index.html b/docs/index.html
index 8110b83f..c84c1fca 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -17,7 +17,7 @@
-Compilation : January 27, 2024
+Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
@@ -160,7 +160,7 @@ Short Table of Contents
texts. Your help is very valuable.
Compilation : January 27, 2024 +
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
diff --git a/docs/initActors.html b/docs/initActors.html index c86f2adb..1d9b2548 100644 --- a/docs/initActors.html +++ b/docs/initActors.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/initActorsCollections.html b/docs/initActorsCollections.html index 861ed358..5cbcdeb4 100644 --- a/docs/initActorsCollections.html +++ b/docs/initActorsCollections.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/initCentralStar.html b/docs/initCentralStar.html index c2585ef3..fa98773b 100644 --- a/docs/initCentralStar.html +++ b/docs/initCentralStar.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/initFullActors.html b/docs/initFullActors.html index 66dd7703..28aa86ab 100644 --- a/docs/initFullActors.html +++ b/docs/initFullActors.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/initMobileHierarchy.html b/docs/initMobileHierarchy.html index d699bec4..dd1ab009 100644 --- a/docs/initMobileHierarchy.html +++ b/docs/initMobileHierarchy.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/initSpaceShip.html b/docs/initSpaceShip.html index 835d55cd..3d5069b1 100644 --- a/docs/initSpaceShip.html +++ b/docs/initSpaceShip.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/initSpacewar.html b/docs/initSpacewar.html index 31482518..2512041a 100644 --- a/docs/initSpacewar.html +++ b/docs/initSpacewar.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/initializeClass.html b/docs/initializeClass.html index d3a1f1f9..7246ebfa 100644 --- a/docs/initializeClass.html +++ b/docs/initializeClass.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/instanceVariableMobileClass.html b/docs/instanceVariableMobileClass.html index 6d9c3b79..eb211f43 100644 --- a/docs/instanceVariableMobileClass.html +++ b/docs/instanceVariableMobileClass.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/integerBase.html b/docs/integerBase.html index ff61d5cd..103a3b41 100644 --- a/docs/integerBase.html +++ b/docs/integerBase.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/integerBasicTest.html b/docs/integerBasicTest.html index 181d5645..4727151f 100644 --- a/docs/integerBasicTest.html +++ b/docs/integerBasicTest.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/interval.html b/docs/interval.html index 4e3112a1..50864676 100644 --- a/docs/interval.html +++ b/docs/interval.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/intervalLoops.html b/docs/intervalLoops.html index 6a2ebf6f..d2b53632 100644 --- a/docs/intervalLoops.html +++ b/docs/intervalLoops.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/inverseSum.html b/docs/inverseSum.html index 20e7b7ad..53a3ed0c 100644 --- a/docs/inverseSum.html +++ b/docs/inverseSum.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/keyboardEvent.html b/docs/keyboardEvent.html index bbc80ae1..c6e56e66 100644 --- a/docs/keyboardEvent.html +++ b/docs/keyboardEvent.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/keyboardFocusEffect.html b/docs/keyboardFocusEffect.html index 946dda26..620d86b5 100644 --- a/docs/keyboardFocusEffect.html +++ b/docs/keyboardFocusEffect.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/methodConstant.html b/docs/methodConstant.html index fe1d3e0b..091131ea 100644 --- a/docs/methodConstant.html +++ b/docs/methodConstant.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/methodTemplate.html b/docs/methodTemplate.html index dfa83ded..f71948dc 100644 --- a/docs/methodTemplate.html +++ b/docs/methodTemplate.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/mobileClass.html b/docs/mobileClass.html index 9b762a1c..ec321d4d 100644 --- a/docs/mobileClass.html +++ b/docs/mobileClass.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/mobileDeepSpace.html b/docs/mobileDeepSpace.html index 420e398b..a3b26889 100644 --- a/docs/mobileDeepSpace.html +++ b/docs/mobileDeepSpace.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/mobileUpdate.html b/docs/mobileUpdate.html index f6d9936e..ff0aacfe 100644 --- a/docs/mobileUpdate.html +++ b/docs/mobileUpdate.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/morphProperties.html b/docs/morphProperties.html index 174bf2c5..a9bc65c6 100644 --- a/docs/morphProperties.html +++ b/docs/morphProperties.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/motionEquations.html b/docs/motionEquations.html index f1fba622..7c593463 100644 --- a/docs/motionEquations.html +++ b/docs/motionEquations.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/mouseEnter.html b/docs/mouseEnter.html index 7c072246..efa78fc2 100644 --- a/docs/mouseEnter.html +++ b/docs/mouseEnter.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/mouseLeave.html b/docs/mouseLeave.html index 437f297c..125b1184 100644 --- a/docs/mouseLeave.html +++ b/docs/mouseLeave.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/multiples7.html b/docs/multiples7.html index 8481ad29..edd093c3 100644 --- a/docs/multiples7.html +++ b/docs/multiples7.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/multiplyBy1024.html b/docs/multiplyBy1024.html index 8f405160..44609cc5 100644 --- a/docs/multiplyBy1024.html +++ b/docs/multiplyBy1024.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/nameColor.html b/docs/nameColor.html index 7510ee09..d188fae4 100644 --- a/docs/nameColor.html +++ b/docs/nameColor.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/negation.html b/docs/negation.html index 76be8a26..255f1feb 100644 --- a/docs/negation.html +++ b/docs/negation.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/newtonModel.html b/docs/newtonModel.html index 2672c823..45fbbe71 100644 --- a/docs/newtonModel.html +++ b/docs/newtonModel.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/oddNonPrime.html b/docs/oddNonPrime.html index e93244e4..78b07a61 100644 --- a/docs/oddNonPrime.html +++ b/docs/oddNonPrime.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/oddNumbers.html b/docs/oddNumbers.html index ee290063..b887f0d9 100644 --- a/docs/oddNumbers.html +++ b/docs/oddNumbers.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/playingDice.html b/docs/playingDice.html index d658fb72..bf1e1a48 100644 --- a/docs/playingDice.html +++ b/docs/playingDice.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/prime100.html b/docs/prime100.html index cab82e41..9321eb2f 100644 --- a/docs/prime100.html +++ b/docs/prime100.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/qtyPrime100.html b/docs/qtyPrime100.html index 70fe2c38..ee63dcb0 100644 --- a/docs/qtyPrime100.html +++ b/docs/qtyPrime100.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/qtyPrime200.html b/docs/qtyPrime200.html index db970ad9..1328a9e1 100644 --- a/docs/qtyPrime200.html +++ b/docs/qtyPrime200.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/refactoryShipTorpedo.html b/docs/refactoryShipTorpedo.html index aab48998..a856170f 100644 --- a/docs/refactoryShipTorpedo.html +++ b/docs/refactoryShipTorpedo.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/reflreshGamePlay.html b/docs/reflreshGamePlay.html index 6b32411c..b48acf7e 100644 --- a/docs/reflreshGamePlay.html +++ b/docs/reflreshGamePlay.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/remDelArray.html b/docs/remDelArray.html index f5192c2e..cc5f9d50 100644 --- a/docs/remDelArray.html +++ b/docs/remDelArray.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/repeatLoop.html b/docs/repeatLoop.html index e75e57ae..e2d2a797 100644 --- a/docs/repeatLoop.html +++ b/docs/repeatLoop.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/roundingNumbers.html b/docs/roundingNumbers.html index 2dcda5df..d6733872 100644 --- a/docs/roundingNumbers.html +++ b/docs/roundingNumbers.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/secondShipControl.html b/docs/secondShipControl.html index 1e8ee377..9b61d7b5 100644 --- a/docs/secondShipControl.html +++ b/docs/secondShipControl.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/selectApples.html b/docs/selectApples.html index db847f98..d71bcc25 100644 --- a/docs/selectApples.html +++ b/docs/selectApples.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/setCollection.html b/docs/setCollection.html index c03d4a84..8aaa5649 100644 --- a/docs/setCollection.html +++ b/docs/setCollection.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/setLetters.html b/docs/setLetters.html index 9ddfc5ac..bd504f82 100644 --- a/docs/setLetters.html +++ b/docs/setLetters.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/setOpe.html b/docs/setOpe.html index 49b39641..aa46c4ed 100644 --- a/docs/setOpe.html +++ b/docs/setOpe.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/setWithoutDuplicates.html b/docs/setWithoutDuplicates.html index f5c15651..f15ea49d 100644 --- a/docs/setWithoutDuplicates.html +++ b/docs/setWithoutDuplicates.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/shiftBits.html b/docs/shiftBits.html index e83d5b4f..dc05367a 100644 --- a/docs/shiftBits.html +++ b/docs/shiftBits.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/shipAcceleration.html b/docs/shipAcceleration.html index 42ec7a46..9fa4d74e 100644 --- a/docs/shipAcceleration.html +++ b/docs/shipAcceleration.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/shipCollision.html b/docs/shipCollision.html index 8972a207..0903f4a9 100644 --- a/docs/shipCollision.html +++ b/docs/shipCollision.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/shipControls.html b/docs/shipControls.html index f57a143c..744d8f01 100644 --- a/docs/shipControls.html +++ b/docs/shipControls.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/shipHeading.html b/docs/shipHeading.html index 37fc15a8..c1bf9695 100644 --- a/docs/shipHeading.html +++ b/docs/shipHeading.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/shipLost.html b/docs/shipLost.html index 75d57c4e..5ceee4f4 100644 --- a/docs/shipLost.html +++ b/docs/shipLost.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/shipSunCollision.html b/docs/shipSunCollision.html index 7a1c9b09..d8ef1bed 100644 --- a/docs/shipSunCollision.html +++ b/docs/shipSunCollision.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/shipsTorpedoesCollision.html b/docs/shipsTorpedoesCollision.html index 1efff180..32bb4c59 100644 --- a/docs/shipsTorpedoesCollision.html +++ b/docs/shipsTorpedoesCollision.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/signal.html b/docs/signal.html index 9435b48c..dc0f1486 100644 --- a/docs/signal.html +++ b/docs/signal.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/simpleCipher.html b/docs/simpleCipher.html index 0231f54a..e2df5ec3 100644 --- a/docs/simpleCipher.html +++ b/docs/simpleCipher.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/simpleControls.html b/docs/simpleControls.html index 45efb0de..afff0633 100644 --- a/docs/simpleControls.html +++ b/docs/simpleControls.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/spaceShipDirection.html b/docs/spaceShipDirection.html index 64deb48d..4b39cf47 100644 --- a/docs/spaceShipDirection.html +++ b/docs/spaceShipDirection.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/spaceShipDrawing.html b/docs/spaceShipDrawing.html index a849a8e5..abddb27e 100644 --- a/docs/spaceShipDrawing.html +++ b/docs/spaceShipDrawing.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/spaceShipGetters.html b/docs/spaceShipGetters.html index 83ef7d3f..c095a534 100644 --- a/docs/spaceShipGetters.html +++ b/docs/spaceShipGetters.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/spaceShipGravity.html b/docs/spaceShipGravity.html index 694d7b6a..e8136dc6 100644 --- a/docs/spaceShipGravity.html +++ b/docs/spaceShipGravity.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/spaceShipMechanic.html b/docs/spaceShipMechanic.html index 597d071f..98ed2cc9 100644 --- a/docs/spaceShipMechanic.html +++ b/docs/spaceShipMechanic.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/spaceShipSetters.html b/docs/spaceShipSetters.html index 7a7d8927..935956f0 100644 --- a/docs/spaceShipSetters.html +++ b/docs/spaceShipSetters.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/spacewarKeyStroke.html b/docs/spacewarKeyStroke.html index 727acbc2..0ccbe027 100644 --- a/docs/spacewarKeyStroke.html +++ b/docs/spacewarKeyStroke.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/spacewarVar.html b/docs/spacewarVar.html index d3bdcb69..52ba3c76 100644 --- a/docs/spacewarVar.html +++ b/docs/spacewarVar.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/squaredSum.html b/docs/squaredSum.html index 015787df..52bed569 100644 --- a/docs/squaredSum.html +++ b/docs/squaredSum.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/stringArith.html b/docs/stringArith.html index 1f9a33e1..c518bb77 100644 --- a/docs/stringArith.html +++ b/docs/stringArith.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/teleportMethod.html b/docs/teleportMethod.html index 49331a4e..3f33abee 100644 --- a/docs/teleportMethod.html +++ b/docs/teleportMethod.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/teleportShip.html b/docs/teleportShip.html index 1ae56346..61150b40 100644 --- a/docs/teleportShip.html +++ b/docs/teleportShip.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/teleportShipInterval.html b/docs/teleportShipInterval.html index db472ba4..b87c3630 100644 --- a/docs/teleportShipInterval.html +++ b/docs/teleportShipInterval.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/torpedoClassVariables.html b/docs/torpedoClassVariables.html index 7ec1c0fb..59d5a127 100644 --- a/docs/torpedoClassVariables.html +++ b/docs/torpedoClassVariables.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/torpedoMechanic.html b/docs/torpedoMechanic.html index 1ce136db..69a5ea14 100644 --- a/docs/torpedoMechanic.html +++ b/docs/torpedoMechanic.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/torpedoOrientation.html b/docs/torpedoOrientation.html index f57b567a..2f94d5e2 100644 --- a/docs/torpedoOrientation.html +++ b/docs/torpedoOrientation.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/torpedoSunCollision.html b/docs/torpedoSunCollision.html index 957d9e79..1a423022 100644 --- a/docs/torpedoSunCollision.html +++ b/docs/torpedoSunCollision.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/twoCategoriesOnePackage.html b/docs/twoCategoriesOnePackage.html index ce48a587..5f262af6 100644 --- a/docs/twoCategoriesOnePackage.html +++ b/docs/twoCategoriesOnePackage.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/updateShipVelocity.html b/docs/updateShipVelocity.html index eb007785..6a46a9d9 100644 --- a/docs/updateShipVelocity.html +++ b/docs/updateShipVelocity.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/updateShipsTorpedoes.html b/docs/updateShipsTorpedoes.html index f7182152..3eb825fa 100644 --- a/docs/updateShipsTorpedoes.html +++ b/docs/updateShipsTorpedoes.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/docs/verticesMethod.html b/docs/verticesMethod.html index f0cfc519..d6a9e504 100644 --- a/docs/verticesMethod.html +++ b/docs/verticesMethod.html @@ -18,7 +18,7 @@ -Compilation : January 27, 2024 +Compilation : January 31, 2024 Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook diff --git a/en/chapter-03/contents.texinfo b/en/chapter-03/contents.texinfo index 4b899020..a3e79d11 100644 --- a/en/chapter-03/contents.texinfo +++ b/en/chapter-03/contents.texinfo @@ -1097,10 +1097,11 @@ variable and edit the @method{mass} method to return a literal number: SpaceShip>>mass @return{} 1} -On the other hand, we could also consider the @smalltalk{mass} to depend -on the consumed fuel and torpedoes. After all, 93@tie{}% of -Saturn@tie{}V's mass was made up of its fuel. We will discuss more about -that later in the @ref{artRefactoring,chapter about refactoring}. +On the other hand, we could also consider the @smalltalk{mass} to +depend on the consumed fuel and torpedoes. After all, 93@tie{}% of +Saturn@tie{}V rocket's mass was made up of its fuel. We will discuss +more about that later in the @ref{artRefactoring,chapter about +refactoring}. @anchor{simpleControls}