diff --git a/Smalltalk/System.som b/Smalltalk/System.som index 3dc89189..f330b7a0 100644 --- a/Smalltalk/System.som +++ b/Smalltalk/System.som @@ -82,7 +82,10 @@ System = ( "Time" time = primitive ticks = primitive "returns the microseconds since start" - + + sleep: secs = ( self sleepMillis: secs * 1000 ) + sleepMillis: millis = primitive + "Force Garbage Collection" fullGC = primitive