Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 349 Bytes

features.md

File metadata and controls

15 lines (11 loc) · 349 Bytes

Features

Already Supported

  • External function calls of the type

    • void(void)
    • void(int)
    • void(const char* )
  • Internal function calls of type int with any number of int typed arguments

  • Operations on Integers

    • =, +,-,*,/, %, ++, --, >, >=, <, <=
  • Control flow

    • if, while