spelling: arithmetic
This commit is contained in:
parent
8a66cfb2af
commit
1d708d14f7
|
@ -1,7 +1,7 @@
|
||||||
project('arithmetic bidmas', 'c')
|
project('arithmetic bidmas', 'c')
|
||||||
|
|
||||||
if 5 * 3 - 6 / 2 + 1 != 13
|
if 5 * 3 - 6 / 2 + 1 != 13
|
||||||
error('Arithemtic bidmas broken')
|
error('Arithmetic bidmas broken')
|
||||||
endif
|
endif
|
||||||
if 5 * (3 - 6 / 2) + 1 != 1
|
if 5 * (3 - 6 / 2) + 1 != 1
|
||||||
error('Arithmetic bidmas with brackets broken')
|
error('Arithmetic bidmas with brackets broken')
|
||||||
|
|
Loading…
Reference in New Issue