Mentions légales du service

Skip to content

Fix #19: Wrong associative operators

Thierry Martinez requested to merge fix.associative_operators into main

'a' + 'b' + 'c' should be equal to abc, and not to bac.

Merge request reports