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

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.

主站蜘蛛池模板: 永州市| 英德市| 枝江市| 犍为县| 定南县| 内丘县| 南部县| 法库县| 延边| 巫山县| 吴川市| 怀化市| 蕲春县| 扎囊县| 瑞昌市| 镇远县| 武乡县| 福州市| 鹰潭市| 桂平市| 武威市| 蓬莱市| 拉萨市| 星子县| 徐州市| 招远市| 洞头县| 白城市| 应用必备| 卢湾区| 绍兴市| 专栏| 定州市| 湄潭县| 彰化市| 甘洛县| 东莞市| 常熟市| 德阳市| 荆门市| 西和县|