mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 06:47:54 +02:00
Update smalltalk.html.markdown
This commit is contained in:
@@ -29,8 +29,10 @@ Feedback highly appreciated! Reach me at [@jigyasa_grover](https://twitter.com/j
|
|||||||
- Method Temporary: local to a method
|
- Method Temporary: local to a method
|
||||||
- Block Temporary: local to a block
|
- Block Temporary: local to a block
|
||||||
- Pool: variables in a Dictionary object
|
- Pool: variables in a Dictionary object
|
||||||
- Method Parameters: automatic local vars created as a result of message call with params - Block Parameters: automatic local vars created as a result of value: message call - Class: shared with all instances of one class & its subclasses
|
- Method Parameters: automatic local vars created as a result of message call with params
|
||||||
- Class Instance: unique to each instance of a class
|
- Block Parameters: automatic local vars created as a result of value: message call
|
||||||
|
- Class: shared with all instances of one class & its subclasses
|
||||||
|
- Class Instance: unique to each instance of a class
|
||||||
- Instance Variables: unique to each instance
|
- Instance Variables: unique to each instance
|
||||||
|
|
||||||
`"Comments are enclosed in quotes"`
|
`"Comments are enclosed in quotes"`
|
||||||
|
Reference in New Issue
Block a user