Skip to Content
Lua Quick Start Guide
book

Lua Quick Start Guide

by Gabor Szauer
July 2018
Beginner
202 pages
5h 42m
English
Packt Publishing
Content preview from Lua Quick Start Guide

String types

A string is an array of characters. Strings can represent words, sentences, or even whole books. In this section, we will cover how to perform the following string operations:

  • How to get the length of a string
  • How to concatenate two strings into a single new string
  • The coercion of other types into strings
  • String escape characters

Additionally, this section will cover how to read input from the console. You already know how to print information to the console; applications will become much more interactive once you can also read input from the console.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Beginning Lua Programming

Beginning Lua Programming

Kurt Jung, Aaron Brown
Vim Masterclass

Vim Masterclass

Jason Cannon

Publisher Resources

ISBN: 9781789343229Supplemental Content