A pip package to use the programing language TNLang from floxxy0
Project description
All Functions.
echo("hi") - Print something in the console.
wait(1) - Wait a second before the next action happens.
loop.10(echo("hi")) - Loop a action 10 times.
Example TNLang codes.
Hello World!
echo("Hello World!")
Countdown
echo("3")
wait(1)
echo("2")
wait(1)
echo("1")
wait(1)
echo("Done.")
Loop
loop.10(echo("Loop!"))
echo("Loop Done!")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tnlang-1.0.12.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tnlang-1.0.12.tar.gz.
File metadata
- Download URL: tnlang-1.0.12.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0baf488f93a9f4709c3f9eec1ed30d5980eda526ac9f220a27082dcb0eeb6a5f
|
|
| MD5 |
2a2d93bd7c48037cfad576c72fbed8b0
|
|
| BLAKE2b-256 |
1d9278c329ad98b996027f25090664829955046d8db865ea46bc056a39731c7b
|
File details
Details for the file tnlang-1.0.12-py3-none-any.whl.
File metadata
- Download URL: tnlang-1.0.12-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7da3a4bed5291dd960c8d5a9abbb50e62046b698dff9580cd84527623f6650cd
|
|
| MD5 |
c58150e44bd82123067ff49d09994fbe
|
|
| BLAKE2b-256 |
03086b797707b7c5e7c09bcd559f331f5861a94df8cff880c1fc4bc7b5401c99
|