Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 385 Bytes

undefined_variable.md

File metadata and controls

15 lines (12 loc) · 385 Bytes

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.