Skip to content

🧠 Example of Juka Library that can be installed by Juka

Notifications You must be signed in to change notification settings

jukaLang/Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Example

Example of Juka Library that can be installed by Juka

Download it in Juka:

Inside Juka REPL

Press "Install a Package" and type jukaLang

Running inside Juka Code/File:

get @jukaLang/Example/main.juk

Example:

func main() = {
   // Running Juka Code
   printLine("Starting to run Example");
   get example = @jukaLang/Example/main.juk
   example.main();
}

About

🧠 Example of Juka Library that can be installed by Juka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published