base64_encode Description: This function demonstrates the usage of the base64_encode API. Example: -- Encode a string in base64 local encoded = base64_encode('Some text to encode') print("Encoded text:", encoded)