Skip to content
[~]introduction/*: added NEXT / PREV page link authored by cactusfluo's avatar cactusfluo
<div style="display:flex;justify-content:space-between">
[PREV PAGE](tutorial/introduction/initialize-environment)
[NEXT PAGE](tutorial/introduction/understand-canvas-format)
</div>
---
# Understand ascii array
The `ascii` environment variable allows you to get access to printed characters.
......@@ -72,3 +82,12 @@ canvas characters. You access it with a `y` index (line) and with a `x` index
`mouse_x` and `mouse_y` are other environment variables which give you the mouse
coordinates.
---
<div style="display:flex;justify-content:space-between">
[PREV PAGE](tutorial/introduction/initialize-environment)
[NEXT PAGE](tutorial/introduction/understand-canvas-format)
</div>