Jump to content

Creating an Array: Difference between revisions

→‎[[SmallTalk]]: Fixed capitalization
(→‎[[SmallTalk]]: Fixed capitalization)
Line 298:
let array = Array.init 5 callback
 
==[[SmallTalkSmalltalk]]==
[[Category:SmallTalkSmalltalk]]
array := Array withAll: #('an' 'apple' 'a' 'day' 'keeps' 'the' 'doctor' 'away').
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.