We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Operators in KPL are defined as follows:
sum
sub
mul
div
5 mul 5 // Will throw an error 8 div 0 1 sum 2