Hi, does Kotlin prohibit the use of negative value...
# getting-started
e
Hi, does Kotlin prohibit the use of negative value as the divisor of modulus operation? e.g. 5 % -2 gives me the error "ERROR: Exception while analyzing expression at (1,1) in /line1.kts:"