Classes and methods are the fundamental building blocks of metz. A class gets rendered as a box, and its methods as smaller boxes inside it. The only methods that are skipped are private ones. A method can call other methods, from the same class, as well as others and that call gets rendered as a line between the caller and callee boxes. And that’s it. It’s that simple! But let’s create a hello world program, just to drive the point home. And also because what kind of tutorial doesn’t have a hello world?!Documentation Index
Fetch the complete documentation index at: https://docs.metz.sh/llms.txt
Use this file to discover all available pages before exploring further.
Get Started
