Skip to content

shahfarhadreza/reza-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Reza Programming Language

A High-Level General Purpose Programming Language.

function main() {
    print("Hello World!\n)
}
function main() {
    var emotions = ["happy", "excited", "bored", "sad"]

    if "sad" in emotions {
        println("He gets sad too")
    }
}

About

A High-Level General Purpose Programming Language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published