Cette page appartient aux archives web de l'EPFL et n'est plus tenue à jour. This page belongs to EPFL's web archive and is no longer updated.
def sum1[a if (xs.tail.isEmpty) xs.head else xs.head add sum(xs.tail)
if (x < 0) { ... }