Slate Living Tutorialto those about to rock... Syntax IntroductionSlate's syntax is very similar to that of Smalltalk. Every statement ends with a full-stop ('.'). From a C++/Java programmer's point of view Slate has the following differences: Operators are evaluated from left to right:
There is no dot ('.') between the object and the method being called:
Methods taking multiple arguments:
... Please read the Slate manual for a detailed introduction. last updated 2 years ago # |