- Lua Quick Start Guide
- Gabor Szauer
- 150字
- 2021-08-05 10:30:35
Working with Lua
In Chapter 1, Introduction to Lua, you learned how to set up Lua and Visual Studio Code. At the end of the chapter, we created a simple Hello World application. In this chapter, you will learn the basics of Lua programming. Topics such as variables, function data types, and loops are all going to be covered. By the end of this chapter, you should be familiar enough with Lua as a language to put together some simple programs.
If this is your first time programming, the syntax of Lua can get overwhelming fast. Many resources can be found on the official Lua site at https://www.lua.org/. For a quick example of Lua, check out http://tylerneylon.com/a/learn-lua/.
By the end of this chapter, you will will have a solid understanding of the following:
- Using variables
- Data types
- Working with functions
- Operators
- Code blocks
- Variable scope
- Code flow
推薦閱讀
- Advanced Quantitative Finance with C++
- Java入門很輕松(微課超值版)
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- React.js Essentials
- Visual C++數字圖像處理技術詳解
- 精通Python自然語言處理
- Expert Data Visualization
- Python時間序列預測
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Instant Lucene.NET
- 編寫高質量代碼:改善Objective-C程序的61個建議
- Kubernetes源碼剖析
- 一步一步跟我學Scratch3.0案例
- Learning Concurrency in Python
- Python GUI Programming Cookbook(Second Edition)