Skip to content

Programming Language allowing for more efficient API Requests for Other Interpreter Languages

Notifications You must be signed in to change notification settings

JewishLewish/Barcelona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fn main {
    echo "Hello world";
    record "Test" -> "Hello world";

    fetch "Test" -> x;

    if x == "Hello world" {
        echo "This works!";
    }

    x = "test";
    garbage x;

    test();

}

/*Comments are anything THAT ARE NOT INSIDE THE FUNCTIONS!*/

fn test {
    echo "Hello world";
}


main();

echo "DONE!";

About

Programming Language allowing for more efficient API Requests for Other Interpreter Languages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published