blob: 3ece837afe3377d277a768b0a0d99d788e89cacb [file] [log] [blame]
foo(a) => a.remainder(13);
main() {
print(foo(5));
print(foo(-100));
}