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.17rc3.tar.gz
(3.0 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.17rc3.tar.gz.
File metadata
- Download URL: tnlang-1.0.17rc3.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c26bae7024e6e9fc4c0e086eadb658e99981910ca675ee4deb99b0969be46a4
|
|
| MD5 |
37158381b97276b8c3c8f628594bc53c
|
|
| BLAKE2b-256 |
3d4b0a5a64aa297269310fd04629c7531ee40ec4abe0a8901cf6accac4f44b04
|
File details
Details for the file tnlang-1.0.17rc3-py3-none-any.whl.
File metadata
- Download URL: tnlang-1.0.17rc3-py3-none-any.whl
- Upload date:
- Size: 3.6 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 |
37e2ffd5c3e9c963157e31f439dd004de87932def832d7237790e122255eb068
|
|
| MD5 |
f5f4990b04fd8ef2fe6f8f464bcc19be
|
|
| BLAKE2b-256 |
5c68ace9e29a1ee398930ea0c6bc27060b663c1cfcb1fa44d6c416d79b1d1b1d
|