Restricted Cicode Keywords
- Last UpdatedJul 18, 2023
- 1 minute read
The following keywords have specific function in the operation of Cicode and should not be used for function names, variable names, and so on. They are reserved for use as mathematical operators, condition executors, or as part of a function definition.
|
and |
global |
quality |
|
bitand |
if |
real |
|
bitor |
int |
return |
|
bitxor |
is |
select |
|
case |
mod |
string |
|
cicode |
module |
then |
|
CiVBA |
nop |
timestamp |
|
do |
not |
to |
|
else |
object |
var |
|
end |
or |
while |
|
for |
private |
|
|
function |
public |
If you use any of these words inappropriately in your Cicode, it will not be allowed by the compiler.