transpiler
transpiler copied to clipboard
bug, integer div
DATA lv_int TYPE i.
lv_int = floor( ( 280 + 3 ) / 4 ).
WRITE lv_int.
expected value = 71
type system stuff