package lua.value;
public class LFunction extends LValue {
public String toString() {
return "function: "+hashCode();
}