# info

`import { info } from "destack:console";`

Write an info line to stdout.

```ds title="info"
export function info(...values: unknown[]): Result<void, HostError>
```

[language/library/src/console/console.ds:107:109](https://github.com/destack-sh/destack/blob/main/language/library/src/console/console.ds#L107-L109)
