資料來源 : pyDict
開始,著手,動手
資料來源 : Webster's Revised Unabridged Dictionary (1913)
Begin \Be*gin"\, v. i. [imp. & p. p. {Began}, {Begun}; p. pr. &
vb. n. {Beginning}.] [AS. beginnan (akin to OS. biginnan, D.
& G. beginnen, OHG. biginnan, Goth., du-ginnan, Sw. begynna,
Dan. begynde); pref. be- + an assumed ginnan. [root]31. See
{Gin} to begin.]
1. To have or commence an independent or first existence; to
take rise; to commence.
Vast chain of being! which from God began. --Pope.
2. To do the first act or the first part of an action; to
enter upon or commence something new, as a new form or
state of being, or course of action; to take the first
step; to start. ``Tears began to flow.'' --Dryden.
When I begin, I will also make an end. --1 Sam. iii.
12.
Begin \Be*gin"\, v. t.
1. To enter on; to commence.
Ye nymphs of Solyma ! begin the song. --Pope.
2. To trace or lay the foundation of; to make or place a
beginning of.
The apostle begins our knowledge in the creatures,
which leads us to the knowledge of God. --Locke.
Syn: To commence; originate; set about; start.
Begin \Be*gin"\, n.
Beginning. [Poetic & Obs.] --Spenser.
資料來源 : WordNet®
Begin
n : Israeli statesman (born in Russia) who (as prime minister of
Israel) negotiated a peace treaty with Anwar Sadat (then
the president of Egypt) (1913-1992) [syn: {Menachem Begin}]
資料來源 : Free On-Line Dictionary of Computing
@Begin
The {Scribe} equivalent of {\begin}.
[{Jargon File}]
\begin
The {LaTeX} command used with \end to delimit an
environment within which the text is formatted in a certain
way. E.g. \begin{table}...\end{table}.
Used humorously in writing to indicate a context or to remark
on the surrounded text. For example:
\begin{flame}
Predicate logic is the only good programming
language. Anyone who would use anything else
is an idiot. Also, all computers should be
tredecimal instead of binary.
\end{flame}
{Scribe} users at {CMU} and elsewhere used to use @Begin/@End
in an identical way (LaTeX was built to resemble Scribe). On
{Usenet}, this construct would more frequently be rendered as
"" and "" (a la {HTML}), or "#ifdef
FLAME" and "#endif FLAME" (a la {C preprocessor}).
(1998-09-21)