官术网_书友最值得收藏!

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "We can pull in another module by using the require function."

A block of code is set as follows:

fibonacci = (n) ->
  if n is 0 or n is 1
    n
  else
    fibonacci(n-1) + fibonacci(n-2)

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

fibonacci = (n) ->
  if n is 0 or n is 1
    n
  else
    fibonacci(n-1) + fibonacci(n-2)

Any command-line input or output is written as follows:

coffee --compile --watch *.coffee

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "clicking the Next button moves you to the next screen".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 阳山县| 衡阳市| 衡阳县| 惠来县| 浦城县| 万载县| 青州市| 连江县| 五常市| 花莲县| 遵义市| 吉安县| 长阳| 什邡市| 远安县| 扶余县| 什邡市| 涞水县| 乐业县| 敖汉旗| 滕州市| 额敏县| 肥城市| 静宁县| 太和县| 循化| 德格县| 江都市| 三台县| 航空| 五寨县| 长岛县| 资溪县| 新巴尔虎右旗| 泽库县| 武邑县| 厦门市| 五常市| 方山县| 巴马| 兴义市|