/StarScript-Official

StrScr is a simple coding language built on Python!

Primary LanguagePython

StarScript Official

How to install? To install StrScr- Run the ---install---.py file!

Information to be added later btw

class Human {
    @flag Name: raw
    @flag Age: raw
    
    func Speak {
        say I've been trapped without food for 17 days.
    }
}