recipes · recipe ·

Say something that is yours

Edit, save, run, and recognize your own output.

cpurecipe

Let's make the computer say your sentence. Keep a copy of the original start.yh if you want to return to it, then replace its contents with the two lines below. Console.Log is a function: a named action. The parentheses hold what we give to that action. The quotation marks tell Yeho that the words inside are text, rather than another instruction.

start.yh

Status: complete-program

Say something that is yours

Edit, save, run, and recognize your own output.

cpu · type checked

Console.Log("Hello, I am Pip!")
Console.Log("Shall we build a tiny game?")
project.mech
manifestVersion = "2"
package = "api.example.recipe__first_line"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"

[app]
kind = "headless"
Expected output
Hello, I am Pip!
Shall we build a tiny game?
Notes and source

Replace Pip with a name you like. Add a third Console.Log line telling us what your character wants.

demonhunterlabs/app/lib/yeho-walkthrough.ts