Talk your code
To create a new class mention create class
followed by the name of the class you want to create.
Example: Create class apple
or Create a new class apple
To create a new function mention create function
followed by the name of the function you want to create.
Example: Create function to string
or Create a new function to string
To create a return statement mention return
followed by the name of the variable you wish to return.
Example: return animal
To create a new variable mention create variable
followed by the name of the variable and tell it to assign value
followed by the value.
Example: Create variable cat and assign value 42
To deindent a section, mention end section
.
Example: end section