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

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 class 
Lua :: How to split license id fivem 
Lua :: how to make everyone on team see each other name roblox 
Lua :: convert number to string lua 
Lua :: lua concatenation 
Lua :: lua unpack 5.4 
Lua :: run a function in lua 
Lua :: Get Nearest Player fivem 
Lua :: lua stack 
Lua :: Roblox studio increase variable when holding W 
Lua :: how to see greatest value in a table lua 
Lua :: enable http service roblox 
Matlab :: matlab font size axis 
Matlab :: octave disable warning 
Matlab :: matlab symbolic simplify fraction 
Matlab :: Load .mat data in Matlab 
Basic :: basic latex document 
Basic :: ogg to mp3 
Elixir :: for loop in elixir 
Elixir :: elixir read csv file 
Elixir :: elixir comparison 2 different data types 
Scala :: foreach batch spark scala 
Scala :: scala linters 
Excel :: excel conditional formatting outside of range 
Excel :: google sheets apply formula to entire column 
Perl :: perl format decimal 2 places not rounding 
Pascal :: comment in pascal 
Gdscript :: godot get root node 
Lisp :: print lisp 
Assembly :: resize pdf file 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =