mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-14 05:05:59 +00:00
Update smalltalk.html.markdown
This commit is contained in:
parent
5bf5f12686
commit
5a0b443ef2
@ -383,8 +383,9 @@ y := x shuffled. "randomly shuffle st
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Array: Fixed length collection
|
## Array: Fixed length collection
|
||||||
## ByteArray: Array limited to byte elements (0-255)
|
- ByteArray: Array limited to byte elements (0-255)
|
||||||
## WordArray: Array limited to word elements (0-2^32)
|
- WordArray: Array limited to word elements (0-2^32)
|
||||||
|
|
||||||
```
|
```
|
||||||
| b x y sum max |
|
| b x y sum max |
|
||||||
x := #(4 3 2 1). "constant array"
|
x := #(4 3 2 1). "constant array"
|
||||||
|
Loading…
Reference in New Issue
Block a user