# Example calcli session state, for trying out a pre-filled history.
#
# Copy to your state directory to load it on the next start:
# $XDG_STATE_HOME/calcli/state.toml (or ~/.local/state/calcli/state.toml)
#
# calcli normally writes this file itself on exit; this sample shows the format.
# History values are recomputed on load, so the `ans` chain stays consistent.
[]
= "decimal"
= 3
= "deg"
= "."
[]
= 9.81
= 2.0
[[]]
= "2 * pi * r"
= 12.566370614359172
[[]]
= "ans^2"
= 157.91367041742973
[[]]
= "g * 3"
= 29.43