Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Attributes should be accessed via message sends with slightly different behavior identifiers #90

Open
mjstahl opened this issue Sep 27, 2013 · 1 comment
Labels

Comments

@mjstahl
Copy link
Owner

mjstahl commented Sep 27, 2013

+ (f Foo) bar ->
  'Get the attribute hello from object f and assign it to a',
  a := f @hello.

+ (b Bar) baz ->
   'Assign the attribute world on object b the value 5',
   b @world: 5.
@ghost ghost assigned mjstahl Sep 27, 2013
@mjstahl
Copy link
Owner Author

mjstahl commented Sep 27, 2013

Reference commit deb95c6 as the first commit on this issue (forgot to add it to the commit message)

@mjstahl mjstahl removed their assignment Jul 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant