** WELCOME TO ISPPY! **

Welcome - ISPPY Files

# Intro


This name probably sounds suspisious considering I am the Russian Spy but I assure you, this is not a virus. The name just turned out to be weird like that.
The name stands for


I

saac


S

killmans


P

roprietary

PY

thon

# Installation and usage


This language is just a python file. To use it simply locate the zip file, unzip it, go into the folder, move the python file to the folder where your project is, then in your code, type 'from Lang import *' and you can start using the language



# Syntax


COMMAND - DESCRIPTION - PYTHON
TxtOut("What it will spit out") - outputs text - print()
TxtIn("Name of varible it will spit out","what you want it to say") - allows for the user to input stuff - input()
defFunc("Name of the function", "what the function will do *DONT PUT IN QUOTES*") - Makes a function - Dictonaries
runFunc("Name of function") - Runs a function saved with 'defFunction' - Dictonaries
newVar("Name of variable", "Value") - Saves a varible - Dictonaries



Next: TxtOut command
Go to home