fork download
  1. enum test{
  2. hello,bye
  3. var name = "Vraj"
  4. public function myName(){
  5. print("My name is vraj")
  6. }
  7. }
  8.  
  9. var tmp = test.hello
  10. print(tmp.Name)
  11. print(tmp.Code)
  12. print(tmp.Ordinal)
Success #stdin #stdout 4.84s 172984KB
stdin
Standard input is empty
stdout
hello
hello
0