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!";
-
Notifications
You must be signed in to change notification settings - Fork 0
JewishLewish/Barcelona
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Programming Language allowing for more efficient API Requests for Other Interpreter Languages
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published