transpiler icon indicating copy to clipboard operation
transpiler copied to clipboard

bug, integer div

Open larshp opened this issue 2 years ago • 1 comments

DATA lv_int TYPE i.
lv_int = floor( ( 280 + 3 ) / 4 ).
WRITE lv_int.

expected value = 71

larshp avatar Oct 05 '23 11:10 larshp

type system stuff

larshp avatar Mar 01 '24 13:03 larshp