mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Update smalltalk.html.markdown
This commit is contained in:
parent
d0ecb9f488
commit
0d85a0371c
@ -186,7 +186,7 @@ x := Float pi. "pi"
|
||||
x := Float e. "exp constant"
|
||||
x := Float infinity. "infinity"
|
||||
x := Float nan. "not-a-number"
|
||||
x := Random new next; yourself. x next. "random number stream (0.0 to 1.0)
|
||||
x := Random new next; yourself. x next. "random number stream (0.0 to 1.0)"
|
||||
x := 100 atRandom. "quick random number"
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user