Keywords & Literals

Below is a complete list of keywords. A keyword is a reserved word that does something in Lunaris, so your variables/classes/functions cannot have a keyword as their name.

Keyword Documentation Description
if Link Condition statement
elseif Link Condition statement after if
else Link Final condition statement
switch    
function    
for    
while    
continue    
break    
class    
static    
extension    
import    

Categories:

Updated: