Citrine (programming language): Difference between revisions

Content deleted Content added
Syntax: nonsense
Syntax: grammatical number; notation
 
Line 36:
parameters, the backslash should be used instead.
 
Citrine only supports full-line comments, which start with a '#'.
 
A Citrine program is basically a sequence of messages sent to objects. For instance, to determine whether 5 is an even number, the message 'even?' is sent to the number 5.