How does one set a smalltalk instance variable from < > javascript code methods? I would not be using < > at all, but I cannot replicate a certain javascript code in smalltalk properly.
--
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out.
<zenchess@gmail.com>
|
With @, like the following: < self[ "@instVar" ] = 1; > Nico On Mar 7, 2013, at 2:26 PM, Zenchess <[hidden email]> wrote: How does one set a smalltalk instance variable from < > javascript code methods? I would not be using < > at all, but I cannot replicate a certain javascript code in smalltalk properly. -- Nicolas Petton http://www.nicolas-petton.fr -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Should this be added to the FAQ on the wiki?
Manfred
-- On Thu, Mar 7, 2013 at 2:29 PM, Nicolas Petton <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
yep :) On Mar 10, 2013, at 1:18 PM, Manfred Kröhnert <[hidden email]> wrote: Should this be added to the FAQ on the wiki? -- Nicolas Petton http://www.nicolas-petton.fr -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Ok, I added it here: https://github.com/amber-smalltalk/amber/wiki/FAQ
On Sun, Mar 10, 2013 at 1:38 PM, Nicolas Petton <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Free forum by Nabble | Edit this page |