---------------------------------------------------------------------- This is the API documentation for the gdtest_header_text library. ---------------------------------------------------------------------- ## Functions Public functions add(a: int, b: int) -> int Add two numbers. Parameters ---------- a First number. b Second number. Returns ------- int Sum. multiply(a: int, b: int) -> int Multiply two numbers. Parameters ---------- a First number. b Second number. Returns ------- int Product.