Fix basic class processing via metatables. Make print output more closely match that produces by C interpreter
This commit is contained in:
@@ -4,7 +4,7 @@ import lua.StackState;
|
||||
|
||||
public class LFunction extends LValue {
|
||||
|
||||
public String toString() {
|
||||
public String luaAsString() {
|
||||
return "function: "+hashCode();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user