Chaga programming language: Table of Contents
- IF-THEN statement
- IF-THEN-ELSE statement
- SWITCH statement
- BREAK statement
- Pointer datatype
- Accessing pointer datatypes with metadata attributes
- Pointer initialization
- Requesting memory from the heap
- Creating pointer to function example
- Creating pointer to procedure example
- Standard input
- File input
- Standard output
- File output
- Built-in I/O functions and procedures
- getchar function
- read function
- putchar function
- print procedure
- sprint function