samyeyo / QuickRT

Powerful REPL for Lua
Other
10 stars 2 forks source link

nil variable names starting with underscore character "_" outputs no result #5

Closed samyeyo closed 1 year ago

samyeyo commented 1 year ago

Can be reproduced with :

> _abc = nil

>_abc        
               <---- prints nothing (should print nil)
>