mech-io 0.3.5

Input/output library for the Mech language
Documentation
io
===============================================================================

1. Description
-------------------------------------------------------------------------------

This machine provides functions for printing output to the console and getting input from the user.

2. Provided Functions
-------------------------------------------------------------------------------

- `io/print`
- `io/println`

3. Info
-------------------------------------------------------------------------------

matrix/machine = {
  name: "io" 
  version: "v0.3.5"
  authors: ["Corey Montella"] 
  machine-url: "https://gitlab.com/mech-lang/machines/io"
  license: "Apache-2.0"}