-
-
Notifications
You must be signed in to change notification settings - Fork 58
Home
Max Base edited this page Jul 6, 2018
·
21 revisions
Welcome to the ET wiki!
ET is an open source system programming language that easy to build , reliable, and efficient, performance software.
-
Int
-
Float
-
Char
-
String
-
Bool
-
Function
-
Void
<type> <name> [=<value>] ;
such as below codes :
string name;
int age=53;
<return_type> <name>( [<type> <name>,] )
{
<statements>
}
such as below codes :
void test()
{
}
int name(string name)
{
return 5;
}
Copyright © 2012 - 2023 «One development team» , All rights reserved.