-
Notifications
You must be signed in to change notification settings - Fork 80
Reserved words
Paolo Angeli edited this page Oct 5, 2019
·
12 revisions
The Jay language contains a relatively small set of reserved keywords:
- Any
- assert
- bool
- break
- cast
- continue
- case
- defer
- else
- enum
- false
- float
- for
- if
- inline
- int
- it
- it_index
- null
- return
- struct
- true
- using
- while
These documents were verified using Grammarly free browser plugin for Chrome. Please use some spell checker before submitting new content.
- Variables and assignments
- Language data types
- Simple user-defined data types
- Expressions and operators
- Type-casting
- Pointers
- Declarations
- Arguments / Parameters
- Return values
- Overloading / Polymorhism
- Advanced features
- Lambdas
- Arrays
- Strings
- Composition of Structs
- Metaprogramming
- Templates / Generics