- Perl 6 Deep Dive
- Andrew Shitov
- 54字
- 2021-07-03 00:05:47
Using variables
In any programming language, variables are named pieces of memory that you can use to store a value as well as retrieve it. In Perl 6, a variable is a container that can host a value of one of the types, either built-in in the language or created by the user.
推薦閱讀
- JavaScript前端開發模塊化教程
- Learning Real-time Processing with Spark Streaming
- 華為HMS生態與應用開發實戰
- Visual C++實例精通
- JMeter 性能測試實戰(第2版)
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Mastering Yii
- Cassandra Data Modeling and Analysis
- 手把手教你學C語言
- Mastering Predictive Analytics with Python
- ANSYS Fluent 二次開發指南
- 深入理解Elasticsearch(原書第3版)
- HTML+CSS+JavaScript編程入門指南(全2冊)
- JavaScript程序設計:基礎·PHP·XML
- OpenMP核心技術指南