Skip to content

ava-r1ce/pylite-python-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

pylite (python)

Pylite is originally a project started by @Tams-Tams in https://github.com/Tams-Tams/PyLite, written in Javascript.

Manual

(Work in progress )

  • say prints text, as you'd have guessed: say "Hello, World!"
  • Variables can be declared using the def statement. Both parameters must be enclosed in a string literal, and type-casting will be handled runtime. for instance, def "abcd" "1234" will initialize a variable abcd with the value of 1234.
  • use the brace notation to concatenate literals with variables: say "{abcd}HW{abcd}" evaluates to say "1234HW1234".

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages