view website/src/pil.html @ 1381:8d7a39ca2c0c

add Rpc in_backup_read_lock
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 28 Jul 2019 20:15:38 -0600
parents 29d6d7d79c41
children d3e61cd2aca0
line wrap: on
line source

<!doctype html>
<html>
	<head>
		<title>Programming in Lua</title>
		<style>
			@import "site.css";
		</style>
	</head>
	<body>
		<div small>
			<a href=".">Luan</a>
			/ <a href="docs.html">Documentation</a>
		</div>

		<h1>Programming in Lua</h1>

		<p>Even though <a href="http://www.lua.org/pil/">Programming in Lua</a> is about Lua, not Luan, it still serves as an excellent introduction to Luan since the languages are so close.</p>
	</body>
</html>