> For the complete documentation index, see [llms.txt](https://emacs-lisp.ivory.cafe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emacs-lisp.ivory.cafe/bian-liang/untitled-2.md).

# 12.8 变量设置

最常用的改变变量值的方式是使用特殊式 setq。当你需要在运行时计算变量选择是，使用函数 set。

TODO
