Syntax
left or rightAvailable in
- Executable DCode bodies
Native C++
Compiles to C++ || and produces a boolean; Lua fallback expressions such as value or default do not preserve Lua behavior. Use explicit branches.
Example
or left or rightCompiles to C++ || and produces a boolean; Lua fallback expressions such as value or default do not preserve Lua behavior. Use explicit branches.
or