- Comprehensive Ruby Programming
- Jordan Hudgens
- 79字
- 2021-07-02 21:13:21
Ruby Variables
Ruby variables are the building blocks of just about every Ruby program. In this chapter, you will learn how to work with variables in Ruby to store data and use the data throughout a program. This is a pretty easy chapter and if you're already familiar with Ruby development you can skip this one. After completing this chapter you will be able to do the following:
- Use variables to store data
- Demonstrate how to change variable values
推薦閱讀
- Learning NServiceBus(Second Edition)
- PyTorch自然語言處理入門與實戰
- Linux環境編程:從應用到內核
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- C程序設計實踐教程
- Android驅動開發權威指南
- Mastering Web Application Development with AngularJS
- Learning iOS Security
- Android Game Programming by Example
- Clojure Polymorphism
- 你真的會寫代碼嗎
- Java從入門到精通(視頻實戰版)
- MongoDB Administrator’s Guide
- C語言開發寶典
- Head First Go語言程序設計