diff options
author | Jigyasa Grover <grover.jigyasa1@gmail.com> | 2015-10-04 22:54:24 +0530 |
---|---|---|
committer | Jigyasa Grover <grover.jigyasa1@gmail.com> | 2015-10-04 22:54:24 +0530 |
commit | c220cced91bd05efda5120990973ce65b0d857b2 (patch) | |
tree | 29dd99d6c042a01995b3c6031e7ccee5609e4020 /smalltalk.html.markdown | |
parent | 5a0b443ef243f7a6d0568adba1d8d972d67b9a62 (diff) |
Update smalltalk.html.markdown
Diffstat (limited to 'smalltalk.html.markdown')
-rw-r--r-- | smalltalk.html.markdown | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/smalltalk.html.markdown b/smalltalk.html.markdown index 2095a72e..a434a1ad 100644 --- a/smalltalk.html.markdown +++ b/smalltalk.html.markdown @@ -29,8 +29,10 @@ Feedback highly appreciated! Reach me at [@jigyasa_grover](https://twitter.com/j - Method Temporary: local to a method - Block Temporary: local to a block - 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 - - Class Instance: unique to each instance of a class +- 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 +- Class Instance: unique to each instance of a class - Instance Variables: unique to each instance `"Comments are enclosed in quotes"` |