Citrine (programming language): Difference between revisions

Content deleted Content added
m clean up, typo(s) fixed: github → GitHub
Line 76:
{ :step ✎ write: 'this is step:' + step. } * 10.
</syntaxhighlight>
 
 
To break out of a loop in Citrine one has to send the message 'break' to a boolean, this allows a conditional break from a loop without having to factor out the break conditions:
Line 163 ⟶ 162:
==External links==
* {{Official website|citrine-lang.org}}
* [https://github.com/gabordemooij/citrine source code], Source code on githubGitHub
 
<!--Interwikies-->