ChaiScript/unittests/multiline_oper.chai
2012-05-20 10:47:50 -07:00

5 lines
38 B
ChaiScript

var x = 3 +
4
assert_equal(x, 7);