- Getting Started with the Lazarus IDE
- Roderick Person
- 171字
- 2021-07-29 16:57:08
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: "For 32-bit Debian-based distributions, choose the Lazarus Linux i386 DEB
subfolder."
A block of code is set as follows:
program Project1; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Classes, SysUtils, CustApp { you can add units after this };
Any command-line input or output is written as follows:
# gpg –keyserver hkp://pgp.mit.edu:11371 –recv-keys 6A11800F # gpg -a –export 6A11800F | apt-key add -
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: "Unless you have a need to change the defaults, just click Next through the installation wizard's dialogs."
推薦閱讀
- 從零開始構建企業級RAG系統
- JavaScript從入門到精通(微視頻精編版)
- Fundamentals of Linux
- Delphi程序設計基礎:教程、實驗、習題
- Beginning C++ Game Programming
- Python自動化運維快速入門
- Xcode 7 Essentials(Second Edition)
- Scratch 3游戲與人工智能編程完全自學教程
- Implementing Cisco Networking Solutions
- Python王者歸來
- Python機器學習編程與實戰
- Python數據挖掘與機器學習實戰
- 數據結構案例教程(C/C++版)
- CoffeeScript Application Development Cookbook
- 交互式程序設計(第2版)