| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
• Under Simple syntax, it referred to a unary message as “a single string”. I think it would be clearer and more accurate to describe it as “a single symbol”. Calling it a string may leave people confused with actual strings (i.e. instance of String class). Furthermore, message selectors are actually Symbol instances.
• Fixed the formatting of the bullet-point list of messages.
• Fixed the formatting of the example code, and set highlighting to smalltalk language.
• Under Assignment, many of the examples are actually access and assignment. You could simplify the list down to just the first 6 (i.e. up to and including x := Object new). The rest can go in a section further down which is about interesting base access methods. Even the Object new example isn’t really necessary, but it helps to show that assigning objects is no different from assigning literals.
|
|
|
|
|
|
|
|
|
| |
Fixing tabs/spaces as per feedback received & some other minor changes
```
Hi,
In case you still want feedback, when I open the tutorial in vanilla Chrome, the boxes with the examples wrap badly. It looks as if a tab stop is too far to the right. It doesn't affect all the boxes equally -- the one about Constants is mostly OK.
In other feedback, that's exactly the level of tutorial I find helpful, so thanks for writing it!
```
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Add new resource and fix smalltalk.org link.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|