function a() { return 1 } function b() { return 2 } function c() { return 3 } function d() { return 4 } a()+b()+c()+d();
Regole del Forum