Hava Language Tutorial

This example computes Pascal's Triangle.

The private variable rowN requests the N-th row.
Without it, nothing would be computed.
It is marked private because we don't need to see it in the report.

Back - Home - Next