Updating example

This commit is contained in:
Brandon Rozek 2022-02-23 12:16:12 -05:00
parent e1895df796
commit 08bf1f6e88

View file

@ -21,7 +21,7 @@ x = x + 5;
{ }
y = 2 * y;
{ }
if (x < 12) {
if (x > 12) {
y = -x;
{ }
} else {