break.hlp
来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· HLP 代码 · 共 61 行
HLP
61 行
{smcl}
{* 03mar2005}{...}
{cmd:help nobreak}, {cmd:help break}
{hline}
{title:Title}
{p2colset 5 18 20 2}{...}
{p2col :{hi:[P] break} {hline 2}}Suppress Break key{p_end}
{p2colreset}{...}
{title:Syntax}
{p 8 25 2}{cmd:nobreak} {it:stata_command}
{p 8 25 2}{cmd:break} {it:stata_command}
Typical usage is
{cmd:nobreak {c -(}}
{it:...}
{help capture} {help noisily} {cmd:break} {it:...}
{it:...}
{cmd:{c )-}}
{title:Description}
{pstd}
{cmd:nobreak} temporarily turns off recognition of the Break key. It is
seldom used. {cmd:break} temporarily re-establishes recognition of the Break
key within a {cmd:nobreak} block. It is even more seldom used.
{title:Example}
{cmd:program define} {it:...}
{it:...}
{cmd:nobreak {c -(}}
{cmd:rename `myv' Result}
{cmd:list Result in 1/5}
{cmd:rename Result `myv'}
{cmd:{c )-}}
{it:...}
{cmd:end}
{title:Also see}
{psee}
Manual: {bf:[U] 9 The Break key},{break}
{bf:[P] break}
{psee}
Online: {helpb capture},
{helpb continue},
{helpb noisily}
{p_end}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?