From 1cfd2d6c0f57720c45e4061abf3cac1c75b026c0 Mon Sep 17 00:00:00 2001 From: Sainan Date: Wed, 19 Jul 2023 00:04:26 +0100 Subject: Update lua.html.markdown --- lua.html.markdown | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lua.html.markdown') diff --git a/lua.html.markdown b/lua.html.markdown index de71ccd4..166f3749 100644 --- a/lua.html.markdown +++ b/lua.html.markdown @@ -17,10 +17,7 @@ filename: learnlua.lua -- 1. Variables and flow control. ---------------------------------------------------- -num = 42 -- All numbers are doubles. --- Don't freak out, 64-bit doubles have 52 bits for --- storing exact int values; machine precision is --- not a problem for ints that need < 52 bits. +num = 42 -- Numbers can be integer or floating point. s = 'walternate' -- Immutable strings like Python. t = "double-quotes are also fine" -- cgit v1.2.3