[squeak-dev] The Inbox: System-ct.1073.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jul 30 15:18:44 UTC 2019


A new version of System was added to project The Inbox:
http://source.squeak.org/inbox/System-ct.1073.mcz

==================== Summary ====================

Name: System-ct.1073
Author: ct
Time: 30 July 2019, 5:18:34.214556 pm
UUID: 8e29c8e1-c869-c541-b274-e0beb170c532
Ancestors: System-kfr.1072

Add SmalltalkImage>>#at:ifPresent:ifAbsent:

A shorthand for SmalltalkImage globals access

=============== Diff against System-kfr.1072 ===============

Item was added:
+ ----- Method: SmalltalkImage>>at:ifPresent:ifAbsent: (in category 'accessing') -----
+ at: key ifPresent: aBlock ifAbsent: anotherBlock
+ 
+ 	^globals at: key ifPresent: aBlock ifAbsent: anotherBlock!



More information about the Squeak-dev mailing list