- 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.
推薦閱讀
- JBoss Weld CDI for Java Platform
- Python數(shù)據(jù)分析基礎(chǔ)
- Implementing Cisco Networking Solutions
- Learn WebAssembly
- Full-Stack React Projects
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- Visual C++數(shù)字圖像處理技術(shù)詳解
- Python貝葉斯分析(第2版)
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)(第二版)
- Buildbox 2.x Game Development
- ActionScript 3.0從入門(mén)到精通(視頻實(shí)戰(zhàn)版)
- Learning iOS Security
- 測(cè)試工程師Python開(kāi)發(fā)實(shí)戰(zhàn)
- Learning NHibernate 4
- C#程序開(kāi)發(fā)參考手冊(cè)