> For the complete documentation index, see [llms.txt](https://200ok.gitbook.io/200ok-documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://200ok.gitbook.io/200ok-documents/user-manual/built-in-functions/text/reverse.md).

# reverse

reverse() function is the Standard function available in 200OK.

&#x20;**Description** : The fx\_reverse function reverses the order of values within a list.

**Syntax** : fx\_reverse(list of values)

**Example** : fx\_reverse(3,5,7,8) returns the list in reverse order, resulting in 8, 7, 5, 3.

**Request Side** :&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/3_fRA2VWCVIGW2l6u30k4GLkZ8AixD6fc91nVrAcMD72GDFi50044_USRMpL1zNqlT_5fidT7_tQ9QbkyEiT3_zXe6CfgaMFcqLlbxGKVWTTxAfLB2kfrajVbkcMPfu3zSXvfphZ1U_-V6VWW_n1SpI" alt=""><figcaption></figcaption></figure>

**Response Side** :&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/OJm0w8W-7asfITwdWHoOQn6F3w91WHm3ropWwmPQ5JCPfzgOkGuA7ZsRIuthMm_yOrxD0fokbV-pscs_Ij_6jhv8e3jEbQkoLjauS5HPQ-i86_jskmMZK8qirBubmPd1hazKQyJAgqYvdUkHaYQPDf4" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/jbG9ECJG0JElH2I1kVHZBQVCwzTo0qymdEN_pWDbOozt1G1QYhfSSnbUP0eCJHStgBZvCCfj879IelSf8QQsL1iMsjk_Oe4UuhJltYpMqi5kFe2zCz-v9EmCO0wFaGjpWqyjdM2c2VDAw-8nvOFHs7s" alt=""><figcaption></figcaption></figure>
