Metadata-Version: 2.1
Name: PyScriptLanguage
Version: 0.2.0
Summary: A simple Scripting Language
Home-page: UNKNOWN
License: UNKNOWN
Description: PyScript is a simple Programming Language.
        
        You can run the Interpreter after installation by tiping into your commandline : "pyscript"
        
        You can Run a Script to the Interpreter by tiping in RUN("yourfile.pys")
        
        Examples:
        "
        PRINT("HELLO WORLD")
        "
        
        "
        VAR A = 9
        
        WHILE TRUE THEN
        PRINT(A)
        VAR A = A+1
        IF A == 100 THEN BREAK
        END
Platform: UNKNOWN
Description-Content-Type: text/markdown
