- 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.
推薦閱讀
- Kubernetes實戰(zhàn)
- 摩登創(chuàng)客:與智能手機和平板電腦共舞
- MySQL 8 DBA基礎教程
- Java游戲服務器架構實戰(zhàn)
- 深入淺出Windows API程序設計:編程基礎篇
- Lua程序設計(第4版)
- Learning OpenStack Networking(Neutron)
- ElasticSearch Cookbook(Second Edition)
- 輕松上手2D游戲開發(fā):Unity入門
- SignalR:Real-time Application Development(Second Edition)
- Backbone.js Testing
- PHP+MySQL動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學版)
- Learning Kotlin by building Android Applications
- SAP Web Dynpro for ABAP開發(fā)技術詳解:基礎應用
- Hands-On Dependency Injection in Go