w10schools
Login Register
  • Home
  • Tutorials
    • HTML, CSS
      • HTML, HTML5
      • CSS, CSS3
    • XML
    • JavaScript, AJAX
    • PHP
    • Ruby on Rails
      • Ruby
      • Rails
    • ASP.NET
      • ASP
      • C# .NET
    • Java
      • JSP
    • Databases
      • MySQL
      • MSSQL Server
      • Oracle
    • Web Server
      • Windows
      • Linux
      • Apache
      • IIS
    • Design
      • Dreamweaver
      • Flash
      • Photoshop
      • Fireworks
      • CorelDRAW
      • Illustrator
  • References
    • HTML
      • Bootstrap
    • CSS
      • CSS Selectors
      • Sass
    • JavaScript
    • Mobile Apps
      • Cordova
    • Ruby on Rails
      • Ruby
      • Rails
    • PHP
      • Function
      • Language
      • CodeIgniter
      • Phalcon
      • PHPUnit
      • Symfony
      • Drupal
      • Yii
      • Laravel
    • Perl
      • Perl
    • Python
      • Python
      • Django
      • NumPy
      • Pandas
      • scikit-image
      • scikit-learn
      • Statsmodels
      • Matplotlib
    • Lua
      • Lua
    • C, C++
      • C
      • C++
    • Server
      • Docker
      • Apache HTTP Server
      • Nginx
    • Database
      • PostgreSQL
    • Big Data
      • TensorFlow
    • Game Development
      • Phaser
      • LÖVE
  • Articles
    • News
    • General
      • Website Promotion
      • Online Advertising
      • Make Money Online
    • Editorials
    • Interviews
    • Web Roundups
  • Resources
    • Design
      • Fonts
      • Graphics
      • Vectors
      • Templates
      • UI (User Interface)
      • Brushes
      • Patterns, Backgrounds
      • Textures
    • Web Development
      • HTML, CSS
      • XML
      • JavaScript, AJAX
      • Ruby on Rails
      • PHP
      • Java
      • .NET
      • Python
      • Perl
      • Flash
    • Mobile Application Development
      • Mobile Development Tools
      • Swift
    • Online Services
      • Online Storage
      • Web Hosting
  • Tools
    • Generators
  • References
  • Lua
  • Lua
  • Standard Libraries
  • Basic Functions
×

6.1 – Basic Functions

The basic library provides core functions to Lua. If you do not include this library in your application, you should check carefully whether you need to provide implementations for some of its facilities.

Links:
  • https://www.lua.org/manual/5.3/manual.html#pdf-_VERSION
ipairs()
  • References/Lua/Lua/Standard Libraries/Basic Functions

ipairs (t) Returns three values (an iterator function, the table t, and 0) so that the construction for i,v in ipairs(t)

2025-01-10 15:47:30
loadfile()
  • References/Lua/Lua/Standard Libraries/Basic Functions

loadfile ([filename [, mode [, env]]]) Similar to load, but gets the chunk

2025-01-10 15:47:30
load()
  • References/Lua/Lua/Standard Libraries/Basic Functions

load (chunk [, chunkname [, mode [, env]]]) Loads a chunk. If chunk is a string, the chunk is this string. If chunk is a function, load

2025-01-10 15:47:30
error()
  • References/Lua/Lua/Standard Libraries/Basic Functions

error (message [, level])messageerror Usually, error adds some information about the error position at the beginning of the message, if

2025-01-10 15:47:30
Popular Articles
Yadcf - Yet Another DataTables Column Filter Yadcf is a datatable column filter jQuery plugin that allows the user to easily add filter components to table columns, this plugin works on top of th
sklearn.datasets.make_circles() sklearn.datasets.make_circles(n_samples=100, shuffle=True, noise=None, random_state=None, factor=0.8) [source] Make a large circle containing a s
3.3. Model evaluation There are 3 different approaches to evaluate the quality of predictions of a model: Estimator score method: Estimators have a score method providin
proxy_max_temp_file_size Syntax: proxy_max_temp_file_size size; Default: proxy_max_temp_file_size 1024m; Context: http, server, location When buffering of respon
proxy_set_body Syntax: proxy_set_body value; Default: — Context: http, server, location Allows redefining the request body passed to the proxied server


Page 3 of 3

|< < Prev 1 2 3 Next > >|
  • Facebook
  • Tweet
  • Digg it
  • Stumbleupon
  • Delicious
  • Plus Share

Designed by : w10schools

service@w10schools.com

Our Partners: aeeble – Providing content publishing and search solutions