- Lua Quick Start Guide
- Gabor Szauer
- 119字
- 2021-08-05 10:30:35
Variables
Variables are labels that provide a descriptive name for some data that a program can read or modify. You can literally think of a variable as a label.
For example, let's assume there are a number of jars containing different colored jam. How do you know what flavor a specific jar contains? Hopefully, there is a label on the jar that is descriptive of its content.
The labels on the jar can change over time. For example, a jar might contain strawberry jam, but after that's gone it might be filled with peach jam. When the contents of the jar changes, a different label can be used to describe what's in it. Variables work in a similar fashion.
推薦閱讀
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- Fundamentals of Linux
- CentOS 7 Linux Server Cookbook(Second Edition)
- C#程序設計(慕課版)
- Web Development with Django Cookbook
- 64位匯編語言的編程藝術
- Practical Windows Forensics
- Unity Game Development Scripting
- Linux Device Drivers Development
- UI設計全書(全彩)
- QGIS Python Programming Cookbook(Second Edition)
- Learning Kotlin by building Android Applications
- PHP+MySQL Web應用開發教程
- Java程序設計教程
- Go Systems Programming