This is the source code repository for XScript. XScript is a simple and powerful Pyhton-like dynamically-typed language written in C++.
Simple code example:
ghoul = 1000
while ghoul >= 1000 {
println(ghoul + " - 7")
ghoul -= 7
sleep(ghoul)
}
| Name | Name | Last commit date | ||
|---|---|---|---|---|