mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-22 00:06:29 -05:00
Updated example
This commit is contained in:
parent
c3a2007614
commit
e1895df796
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ x = x + 5;
|
|||
{ }
|
||||
y = 2 * y;
|
||||
{ }
|
||||
if (z < 12) {
|
||||
y = -z;
|
||||
if (x < 12) {
|
||||
y = -x;
|
||||
{ }
|
||||
} else {
|
||||
y = -6 * y;
|
||||
|
|
Loading…
Reference in a new issue