dummy.cl: Use unicode escape 🦈
This commit is contained in:
parent
0e917837c0
commit
a339dfd549
4
dummy.cl
4
dummy.cl
@ -8,9 +8,9 @@ fn main() {
|
|||||||
|
|
||||||
// An if expression is like the ternary conditional operator in C
|
// An if expression is like the ternary conditional operator in C
|
||||||
let y = if x < 50 {
|
let y = if x < 50 {
|
||||||
0
|
"\u{1f988}"
|
||||||
} else {
|
} else {
|
||||||
x
|
"x"
|
||||||
};
|
};
|
||||||
|
|
||||||
// A `while` expression is like the while-else construct in Python,
|
// A `while` expression is like the while-else construct in Python,
|
||||||
|
Loading…
Reference in New Issue
Block a user