📄 ans.m
字号:
## -*- texinfo -*-
## @defvr {Automatic Variable} ans
## The the most recently computed result that was not
## explicitly assigned to a variable. For example, after the expression
##
## @example
## 3^2 + 4^2
## @end example
##
## @noindent
## is evaluated, the value returned by @code{ans} is 25.
## @end defvr
## FIXME -- we should be able to get formatted help for empty scripts,
## not just functions.
##function ans ()
##endfunction
/*
@GROUP
miscelleanous
@SYNTAX
ans
@DOC
.
@EXAMPLES
<programlisting>
</programlisting>
@NOTES
@SEE
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -