Hi guys,
You might have noticed I made a programming language (E) with a developer in scratch. Many of you have been confused on how to use the developer and the E syntax. So here is the tutorial.
First, download the developer. (Click on the link in my sig.)
Second, install the developer (Sorry, only for windows)
Third, open the developer.
Basics:
Buttons (top-right):
C=Compile
H=help(in-descriptive)
N=new
R=replace
L=Loads the basic program
_______
Keys:
space=adds new line at bottom
a=adds line
r=replace line
i=insert line
d=delete line
__________
Basic syntax:
[start]
{
...
stop()
}... is the program itself.
Variables
def varname=var value
Basic functions:
prt(print)
prt varname or text
scn(scan);use the ask block
scn varname(to store the answer) question
Example
[start]
{
def name=0
scn name What is your name?
prt Your name is:
prt name
stop()
}Results:
It Asks What is your name? I answer fg123
Prints:
Your name is:
fg123
_______________
Try it out! Questions? Just ask.
Last edited by fg123 (2009-10-20 20:16:27)
Offline
LOLZ it happens many times though (Bumping a given thread) . I think this is not the right place to share a commandline language as a lot of scratch proggrammers didnt even know basics of c++ so give up bumping . Btw cool
Offline