- 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
推薦閱讀
- Python程序設(shè)計教程(第2版)
- Testing with JUnit
- Learning Flask Framework
- 我的第一本算法書
- Python網(wǎng)絡(luò)爬蟲從入門到實踐(第2版)
- Learning Laravel 4 Application Development
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)習(xí)題解答與上機指導(dǎo)
- Java EE 7 Performance Tuning and Optimization
- Visual FoxPro程序設(shè)計
- Java Web程序設(shè)計任務(wù)教程
- AIRIOT物聯(lián)網(wǎng)平臺開發(fā)框架應(yīng)用與實戰(zhàn)
- Java程序設(shè)計與項目案例教程
- TypeScript 2.x By Example
- JSP程序設(shè)計與案例實戰(zhàn)(慕課版)
- Python Digital Forensics Cookbook