Commit b2ed777f authored by zeiss's avatar zeiss
Browse files

No commit message

No commit message
parent 2aadd83d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 ** @verdict  pass accept, noexecution
 *****************************************************************/

module Syn_070101_ArithmeticOperators_001 {
module Syn_070101_ArithmeticOperators_002 {

const integer c_result := 10 - 2;

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 ** @verdict  pass accept, noexecution
 *****************************************************************/

module Syn_070101_ArithmeticOperators_011 {
module Syn_070101_ArithmeticOperators_012 {

const float c_result := (((v_i * 2.3) / 0.4)+0.45)-0.1;