1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-27 23:53:21 +00:00
CC-Tweaked/src
Lupus590 44062ebd52
Allow lua REPL to warn about using local variables (#367)
`local varname = value` results in `varname` being inaccessible in
the next REPL input. This is often unintended and can lead to confusing
behaviour. We produce a warning when this occurs.
2020-05-08 16:07:33 +01:00
..
main Allow lua REPL to warn about using local variables (#367) 2020-05-08 16:07:33 +01:00
test Return the peripheral name when wrapping (#436) 2020-05-03 06:53:42 +01:00