Search
 
SCRIPT & CODE EXAMPLE
 

LUA

Lua how to comment

-- One line comment

--[[ Multiple 
     line
	 comment --]]
Comment

block commenting lua

--[[ The comment starts like this

	and ends like this --]]
Comment

hwo do you comment out in lua


LUA COMMENTING
-- One line comment

--[[ Multiple 
     line
	 comment --]]
     
     
     
     
 -- Your comment here
Comment

lua comments

-- print("An inline comment starts with --")

--[=====[
  Multiline comments are enclosed in --[[double square brackets]]
  and can be nested by placing = signs between the brackets
]=====]

---[[
print("Quickly toggle code block comments with a third - at the start")
--]]
Comment

lua commenting

-- Your comment here
Comment

lua comments

-- Inline Comments
--[[ text ]]-- Block Comments
Comment

PREVIOUS NEXT
Code Example
Matlab :: matlab font size axis 
Matlab :: matlab how to set figure size so you can see plot 
Matlab :: matlab inverse z transform 
Matlab :: matlab symbolic function 
Matlab :: log base 10 matlab 
Matlab :: matlab symbolic variables 
Matlab :: matlab symbolic simplify fraction 
Matlab :: matlab function without output 
Matlab :: matlab avoid plot to get focus 
Matlab :: matlab switch figure 
Basic :: random numbers visual basic 
Basic :: ogg to mp3 
Basic :: Loop inner fiter() 
Elixir :: elixir check type data 
Elixir :: elixir eval ast 
Elixir :: elixir enum chunk_by 
Scala :: print hello world in scala 
Scala :: get first string from list scala 
Actionscript :: mv ~/.npmrc ~/.npmrc.old npm prefix -g 
Excel :: google sheets split cell by delimiter 
Excel :: google sheets apply formula to entire column 
Perl :: perl make a new directory and change permissions 
Pascal :: pascal sleep 
Powershell :: Saved Windows Credentials 
Clojure :: Clojure defn 
Assembly :: vmware workstation player disable side channel mitigations 
Assembly :: assembly language loop example masm 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: jquery add input placeholder 
Javascript :: p5.js cdn 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =