@execute()

The @execute() function takes one string as an argument. It will execute
that string as a piece of code. NOTE: The @execute function will not
execute MUD commands. It will only execute programs.

Usage:
@execute("@print(\"Test.\")");