ex2.ox (192B)
// test var decl and print
void main() {
str steve = "His name is Steeeve";
str harry = "His name is Harry";
str jezza = "His name is Jezza";
int bob = 4;
print(harry);
}
oxThe Ox programming language, compiler and tools (WIP) | |
| Log | Files | Refs | README | LICENSE |
ex2.ox (192B)
// test var decl and print
void main() {
str steve = "His name is Steeeve";
str harry = "His name is Harry";
str jezza = "His name is Jezza";
int bob = 4;
print(harry);
}