The O Language
latest
  • 1. Getting Started
  • 2. The Basics
  • 3. Arithmetic
The O Language
  • Docs »
  • The O Language
  • Edit on GitHub

The O LanguageΒΆ

The O Language is an esoteric programming language used for code-golf. You can try it online at https://o-lang.herokuapp.com.

Docs:

  • 1. Getting Started
    • 1.1. Getting the interpreter
    • 1.2. Let’s test it out!
  • 2. The Basics
    • 2.1. I/O
      • 2.1.1. Input as a number
    • 2.2. Number Literals are pushes individually
      • 2.2.1. Hexadecimal works too
    • 2.3. Strings are enclosed in quotes
      • 2.3.1 Strings don’t need quotes at all
      • 2.3.2 Strings don’t need quotes all the time
  • 3. Arithmetic
    • 3.1. Simple Arithmetic
      • 3.1.1. Addition
      • 3.1.2. Subtraction
      • 3.1.3. Multiplication
      • 3.1.4. Division
        • 3.1.4.1. Remainders
Next

© Copyright 2015, Phase. Revision 1c4015f3.

Built with Sphinx using a theme provided by Read the Docs.