- CoffeeScript Application Development
- Ian Young
- 188字
- 2021-04-09 23:58:30
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".
推薦閱讀
- 玩轉微信
- Creo Parametric 8.0中文版基礎入門一本通
- Photoshop CC超級學習手冊
- Authorware應用案例教程
- 剪映:短視頻剪輯/字幕/動畫/AI從新手到高手(手機版+電腦版)
- 視覺封王:Photoshop CC 2019立體化教程(素材+視頻+教案)
- Cinema 4D 2024+AI工具詳解與實戰(視頻微課·全彩版)
- SOLIDWORKS Visualize 實例詳解(微視頻版)
- Photoshop+Adobe Camera Raw+Lightroom(攝影后期照片潤飾實戰)
- Flash Facebook Cookbook
- AutoCAD 2020從入門到精通
- PS App UI設計從零開始學
- CorelDRAW 2020中文版入門、精通與實戰
- 老郵差·Photoshop數碼照片處理技法:人像篇(修訂版)
- UG NX 12.0完全自學寶典