Riferimento API di nanos world Documentazione italiana non ufficiale
Documentazione ufficiale
Funzione Condiviso Nativa

string.reverse

Returns a string that is the string <code>s</code> reversed.

Non ancora tradotto

Sintassi

Lua
string.reverse(str)

Parametri

Nome Tipo Predefinito Descrizione
str string The string to be reversed.

Valore restituito

  • string