> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/2.2/api/csharp/yarn/yarn.program/yarn.program.initialvalues.md).

# InitialValues

Property in [Program](/2.2/api/csharp/yarn/yarn.program.md)

## Summary

The collection of initial values for variables; if a PUSH\_VARIABLE instruction is run, and the value is not found in the storage, this value will be used

```csharp
public pbc::MapField<string, global::Yarn.Operand> InitialValues {
      get; }
```
