?
×
You’re in tutorial mode

Please go to
https://hpd666.github.io/Orgena-Web/
to allow AI teacher and be able to use more codes.
Orgena Workspace

Orgena Workspace

📝Quick Orgena Tutorial

1. Print Text:
Say "Hello, world!"
2. Variables & Math:
Remember x is 10
Remember y is x plus 7
Say "y is " plus y
3. Conditionals:
If y is greater than 10, Say "Big!" else Say "Small!"
4. Loops:
Remember i is 0
Repeat while i is less than 5,
  Say i
  Remember i is i plus 1
End
5. Functions:
Define greet with name,
  Say "Hello, " plus name
End
Call greet with "Orgena!"
Your Code:

Orgena is open source! See GitHub.