Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

undefined_variable

What it does

Checks for uses of variables that are not defined.

Why this is bad

This is most likely a typo.

Example

-- vv oops!
prinnt("hello, world!")

Remarks

If you are using a different standard library where a global variable is defined that selene isn't picking up on, create a standard library that specifies it.