This function will not be visible to other modules:
PRIVATE FUNCTION checkIdentifier(name) DEFINE name VARCHAR(50) IF LENGTH(name) == 0 THEN RETURN FALSE ELSE RETURN TRUE END IF END FUNCTION