Updated example

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

View file

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