mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
bretheren > brethren
This commit is contained in:
@ -221,7 +221,7 @@ argument is evaluated and returned:
|
|||||||
|
|
||||||
Also known as the "ternary" operator since it takes three arguments, Wren has
|
Also known as the "ternary" operator since it takes three arguments, Wren has
|
||||||
the little "if statement in the form of an expression" you know and love from C
|
the little "if statement in the form of an expression" you know and love from C
|
||||||
and its bretheren.
|
and its brethren.
|
||||||
|
|
||||||
:::dart
|
:::dart
|
||||||
IO.print(1 != 2 ? "math is sane" : "math is not sane!")
|
IO.print(1 != 2 ? "math is sane" : "math is not sane!")
|
||||||
|
|||||||
@ -15,7 +15,7 @@ hack on Wren. That's what I develop in. It builds fine from there but *may* not
|
|||||||
have the exact same build settings. The Makefile is the canonical way to
|
have the exact same build settings. The Makefile is the canonical way to
|
||||||
compile it.
|
compile it.
|
||||||
|
|
||||||
For our Windows bretheren, there's still a little work to be done. Ideally, the
|
For our Windows brethren, there's still a little work to be done. Ideally, the
|
||||||
repo would include a Visual Studio solution for building Wren. I don't have a
|
repo would include a Visual Studio solution for building Wren. I don't have a
|
||||||
Windows machine, but if you do, I would be delighted to take a patch for this.
|
Windows machine, but if you do, I would be delighted to take a patch for this.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user