- The Ruby Workshop
- Akshat Paul Peter Philips Dániel Szabó Cheyne Wallace
- 103字
- 2021-06-11 13:04:35
1. Writing and Running Ruby Programs
Overview
By the end of this chapter, you will be able to use the Interactive Ruby Shell (IRB) to write Ruby programs; execute Ruby code with a Ruby interpreter using Ruby (.rb) files; implement variables, literals, and constants in Ruby programs; use standard data types, such as numbers, Booleans, and strings, in Ruby programs; execute basic arithmetic operations on integer and floating-point numbers, implement string concatenation and interpolation in Ruby programs.
This chapter introduces the basics of Ruby and serves as a firm foundation to build the complex code that you will encounter later in the book.
推薦閱讀
- Learning NServiceBus(Second Edition)
- Android項目開發(fā)入門教程
- Visual Basic編程:從基礎到實踐(第2版)
- Python語言程序設計
- Vue.js快速入門與深入實戰(zhàn)
- Vue.js快跑:構建觸手可及的高性能Web應用
- HTML5+CSS3+JavaScript Web開發(fā)案例教程(在線實訓版)
- Mastering KnockoutJS
- Julia高性能科學計算(第2版)
- Protocol-Oriented Programming with Swift
- Java Web開發(fā)就該這樣學
- Kubernetes源碼剖析
- R語言:邁向大數(shù)據(jù)之路(加強版)
- GitHub入門與實踐
- Learning JavaScript Data Structures and Algorithms(Second Edition)