Keywords
Keywords are reserved words that provide core functionality to the programming language.
Vega has 23 keywords, each linked to its relevant section.
| Keyword | Look At |
|---|---|
run | Multithreading and Concurrency |
return | Functions and Behaviors |
if | Conditional Branching |
try | Error Handling |
catch | Error Handling |
end | Scopes |
is | Reflection |
and | Conditional Branching and math |
or | Conditional Branching and math |
xor | Conditional Branching and math |
not | Conditional Branching and math |
bsh | math |
true | Control Flow |
false | Control Flow |
nil | Variables |
noreturn | Functions |
mut | Variables |
maybe | Variables |
! | Error Handling |
pub | Orb |
import | Importing Orbs |
as | Importing Orbs and behaviors |
external | FFI |