Skip to content

load string command

Alvin Cheng edited this page Jan 9, 2023 · 1 revision

Description

This is the load string command, this command will parse, load and run a code snippet from a string, this can be useful when you have a user input some code in string format and you need to run it.

Example

load_string "command argument;";

Clone this wiki locally