« Return to Thread: Magma and Tweak

Re: Re: Magma and Tweak

by Bert Freudenberg :: Rate this Message:

Reply to Author | View in Thread

> Sorry, when I try to load Magma, I get the following syntax error:
>
> Behavior *ma base additions maFirstCommentOrNilAt:


That is only half of a syntax error.

A common problem is that croquet by default disallows "_" for  
assignment, it only accepts ":=". Magma may still use "_".

As mentioned at in the Croquet developr FAQ:
http://www.opencroquet.org/index.php/Developer_FAQs
        Preferences enable: #allowUnderscoreAssignment.

- Bert -


_______________________________________________
Beginners mailing list
Beginners@...
http://lists.squeakfoundation.org/mailman/listinfo/beginners

 « Return to Thread: Magma and Tweak