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
Lua :: lua len array 
Lua :: fivem commands lua example 
Lua :: check if player owns gamepass 
Lua :: awesome wm tasklist disabled icon 
Lua :: hello world in lua 
Lua :: roblox hotkey script 
Lua :: lua string replace / remove 
Lua :: lua call custom function 
Lua :: pcall lua 
Lua :: lua substring | get char from from index 
Lua :: lua pairs 
Lua :: roblox player left 
Lua :: genarating random number 
Lua :: name is not a valid member of Folder roblox 
Matlab :: matlab measure time 
Matlab :: pyspark dense 
Matlab :: : in matlab 
Matlab :: matlab invert image 
Basic :: the terminal process failed to launch 
Basic :: cmo ler o dado de um cliente ftp usando vbnet 
Elixir :: elixir list map key string to atom 
Elixir :: elixir string show inner binary 
Scala :: scala Datetime parse 
Scala :: scala list of options to option of list 
Excel :: google sheets select element after split 
Perl :: perl print an array 
Perl :: what happened to perl 6 
Pascal :: pascal const 
Gdscript :: GDscript classes 
Erlang :: tcp client erlang 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =