# Greeting @text hello = "Hello, world!" ## Another header I'd like to show you a list: - Item 1 - Item 2 - Item 3 ```javascript const name = "Claude" const function = (name) => { return `Hello, ${name}!` } ``` ## More advanced stuff @text joke_1 = @run [oneshot "Tell me a joke"] @text joke_2 = @run [oneshot "Tell me a joke"] @text joke_3 = @run [oneshot "Tell me a joke"] @text joke_4 = @run [oneshot "Tell me a joke"] @text evaluation = [[ Which joke is the funniest? {{joke_1}} {{joke_2}} {{joke_3}} {{joke_4}} ]] @run [oneshot {{evaluation}}]