We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MODULE modtest; IMPORT Out; BEGIN Out.Int(-5 MOD 3, 0); Out.Ln END modtest.
we get -2, as other languages. should be, according to report: 1. dealing with it.