mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-14 17:59:28 +08:00
9 lines
78 B
Plaintext
9 lines
78 B
Plaintext
|
In add!
|
||
|
x = 10
|
||
|
y = 13
|
||
|
10 + 13 = 23
|
||
|
In sub!
|
||
|
x = 10
|
||
|
y = 13
|
||
|
10 - 13 = -3
|