3 lines
59 B
C
3 lines
59 B
C
if (a==b) {
|
|
...; /* this is run if a and b are equal */
|
|
}
|
if (a==b) {
|
|
...; /* this is run if a and b are equal */
|
|
}
|