Skip to Content
Skip to Content

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