nessa-language 0.9.1

An extensible programming language with a strong type system
Documentation
<link rel="stylesheet" href="../../../../css/reference.css">

These are the functions that are needed to implement the interface `Printable`:

### print


<table>
    <thead>
        <tr>
            <th>Overload</th>
            <th>Description</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td> <code>print(obj: Self) -> ()</code> </td>
            <td rowspan="1">
                Prints <code>obj</code> to stdout
            </td>
        </tr>
    </tbody>
</table>