JP Software Tutorials
Download JP Software Products
Sources for further information
Navigation: TCC-RT > Variables & Functions > Functions
@PYTHON
@PYTHON[expression] : Executes the specified Python expression.
The Python interpreter in TCC is persistent, so if you want to reset it pass an empty string to @PYTHON.
Example:
echo %@python[print("Printing from Python")]
Printing from Python
0