Eval Command
The eval command evaluates Luau source code and runs it in the current environment.
Usage
zune --eval [source]
zune -e [source]Example
$ zune -e "print('Hello, World!')"
Hello, World!Last updated on
The eval command evaluates Luau source code and runs it in the current environment.
zune --eval [source]
zune -e [source]$ zune -e "print('Hello, World!')"
Hello, World!