- 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
推薦閱讀
- Android開發(fā)精要
- Web交互界面設(shè)計(jì)與制作(微課版)
- Reactive Programming with Swift
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問題的Java實(shí)現(xiàn)
- 編寫高質(zhì)量代碼:改善C程序代碼的125個(gè)建議
- Web全棧工程師的自我修養(yǎng)
- 名師講壇:Spring實(shí)戰(zhàn)開發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- 表哥的Access入門:以Excel視角快速學(xué)習(xí)數(shù)據(jù)庫(kù)開發(fā)(第2版)
- Python Data Analysis Cookbook
- C/C++數(shù)據(jù)結(jié)構(gòu)與算法速學(xué)速用大辭典
- 移動(dòng)增值應(yīng)用開發(fā)技術(shù)導(dǎo)論
- WildFly Cookbook
- INSTANT JQuery Flot Visual Data Analysis
- Java EE 8 and Angular
- 你好!Java