- Julia 1.0 Programming Complete Reference Guide
- Ivo Balbaert Adrian Salceanu
- 130字
- 2021-06-24 14:21:37
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Add /Applications/Julian.m.app/Contents/Resources/julia/bin/Julia to make Julia available everywhere on your computer."
A block of code is set as follows:
for arg in ARGS
println(arg)
end
Any command-line input or output is written as follows:
julia> include("hello.jl")
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Start it up, go to Settings, and then Install Panel."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 在最好的年紀學Python:小學生趣味編程
- MySQL 8 DBA基礎教程
- 數據結構簡明教程(第2版)微課版
- The HTML and CSS Workshop
- Getting Started with Greenplum for Big Data Analytics
- 打開Go語言之門:入門、實戰與進階
- Hands-On GUI Programming with C++ and Qt5
- Rust游戲開發實戰
- C語言程序設計實踐
- Java程序設計實用教程(第2版)
- Android 游戲開發大全(第二版)
- Yii2 By Example
- 零基礎學編程系列(全5冊)
- C++服務器開發精髓
- Apache Kafka 1.0 Cookbook