Guides
Create Your First Dreamscript
A short guide to creating and running your first script.
Introduction
Dreamscript lets you automate tasks with simple scripts.
Steps
Open the online editor
Go to https://dashboard.dreamscript.dev and select your project.
Write your script
function greet(name) {
print("Hello, " + name)
}
greet("Dreamer!")
Run the script
Click the "Run" button. You should see output below the editor.
Was this page helpful?
Built with Documentation.AI
Last updated 1 week ago