module ho;

// Handy Object

class handy_state
{
public:
    string[] result; /* the result for the array */
    void function(string) cb;
    bool allow_cb;
}