ex-for-simple3.ox (190B)
// test multiple functions and variables declarations
int jack = 111;
void test() {
float alice = 222.0;
}
void main() {
int peter = 333;
}
int jill = 444;
float jane = 125.34;
oxThe Ox programming language, compiler and tools (WIP) | |
| Log | Files | Refs | README | LICENSE |
ex-for-simple3.ox (190B)
// test multiple functions and variables declarations
int jack = 111;
void test() {
float alice = 222.0;
}
void main() {
int peter = 333;
}
int jill = 444;
float jane = 125.34;