This is the test page.

<h2> Hello!! </h2>

And then.

func main() {
    name := "PWK"
    fmt.Print("Name: ", name)
}

GDScript will be like this.

func _process(delta: float) -> void:
    print("process running.")