sts.pharo.org] On
>Behalf Of Mark Bratcher
>Sent: Wednesday, June 15, 2016 8:06 PM
>To: Any question about pharo is welcome
>Subject: [Pharo-users] The #compile: selector
>
>When using the #compile: selector to dynamically create a selector, is
>there a way (e.g., a pragma) to specify t
SomeClass compile: 'foo ^ ''foo''' classified: #accessor
Best regards,
Henrik
From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of
Mark Bratcher
Sent: Wednesday, June 15, 2016 8:06 PM
To: Any question about pharo is welcome
Subject: [Pharo
When using the #compile: selector to dynamically create a selector, is
there a way (e.g., a pragma) to specify the category for the dynamic
selector in a way that Pharo will see it? I tried, for example:
s := String new writeStream.
s nextPutAll: 'foo' ; cr ; nextPutAll: ' ' ; cr ;
nextPutAll: '