HeladoDeBrownie / Nexus

creative sandbox game in early development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console: print values from single function calls

HeladoDeBrownie opened this issue · comments

when an input is entered that could be interpreted as a single function call expression, its output should be printed, instead of printing nothing (this would be in line with the lua 5.3 repl but not the 5.1 one)

resolved by 2782f58, which also allows general expression lists much like the lua 5.3 repl does