get

🔍 Prototype

memory.get(name)

📝 Paramètres

Paramètre
Type
Description
  • name

  • string

  • Le nom de la variable.

🔙 Retour

Type
Description
  • string

  • bool

  • int

  • float

  • double

  • La contenu de la variable.

  • nil

  • Si la variable est introuvable.

Dernière mise à jour