You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This file defines the LoxCallable interface, which represents a callable object in the Lox language.
* Each LoxCallable object must implement the Call method, which is used to call the object with a given list of arguments, and the Arity method, which returns the number of arguments that the object takes.