Initial commit: Oraset3 programming language with OS-level features
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
enum Color {
|
||||
RED,
|
||||
GREEN,
|
||||
BLUE = 10,
|
||||
YELLOW
|
||||
};
|
||||
|
||||
c := RED;
|
||||
println(c);
|
||||
println(BLUE);
|
||||
Reference in New Issue
Block a user