Documentations - SRON
  • SRON's Official Documentation
  • Installation
  • Syntax of SRON
  • Executing a SRON code
  • Keywords in SRON
  • Comments in SRON
  • Datatypes in SRON
  • Variables in SRON
  • Memory Ownership Model
  • Operators in SRON
  • Math block
  • if elif else in SRON
  • Loops in SRON
    • For Loop
    • While Loop
    • Foreach Loop
  • Break & Continue
  • Functions in SRON
    • Print functions
    • User Input Functions
    • Type Conversion functions
    • Type Checking functions
    • Math functions
    • Char Functions
    • String Functions
    • List Functions
    • Miscellaneous functions
  • Return in SRON
  • Command Line Arguments
  • Free
  • Rotate
  • Console
  • Sample codes
  • Coding Convention
  • Frequently Asked Questions
  • Credits
  • Contact
  • Donate
Powered by GitBook
On this page

Keywords in SRON

Keywords are predefined or reserved words that have special meanings to the compiler. These are part of the syntax and cannot be used as identifiers in the program.

All keywords in SRON programming language are mentioned below:

- Any
- and
- args

- Bool
- Bool_s
- break

- Char
- Char_s
- condition
- console
- continue

- DivisionByZeroException
- Double
- Double_s

- elif
- else

- false
- for
- foreach
- free

- IndexNotWithinRange
- InputTypeException
- Int
- Int_s
- if

- List
- List_s
- lsft

- main

- name
- not

- on
- or

- PI

- range
- return
- rotate
- rsft

- String
- String_s

- true
- type

- Void
- while
- xor
PreviousExecuting a SRON codeNextComments in SRON

Last updated 6 months ago