Skip to content

RaulRdz15/astro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

astro

A couple paragraphs about the language - must tell a fun story

Scope of the language

Example Programs

meow("meow")
scratch lives = 9

to pounce fiboancci(n: counting) {
  scratch a, b = 0, 1
  purr b < n {
    a, b = b, a + b
  }
  hairball b
}

Other information

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%