botserver/src/basic/keywords/validation
Rodrigo Rodriguez (Pragmatismo) a41ff7a7d4 Add documentation and core BASIC language functions
- Add SET_SCHEDULE.md and TEMPLATE_VARIABLES.md documentation
- Implement array functions (CONTAINS, PUSH/POP, SLICE, SORT, UNIQUE)
- Implement math functions module structure
- Implement datetime functions module structure
- Implement validation functions (ISNULL, ISEMPTY, VAL, STR, TYPEOF)
- Implement error handling functions (THROW, ERROR, ASSERT)
- Add CRM lead scoring keywords (SCORE_LEAD, AI_SCORE_LEAD)
- Add messaging keywords (SEND_TEMPLATE, CREATE_TEMPLATE)
2025-11-30 11:09:16 -03:00
..
isempty.rs Add documentation and core BASIC language functions 2025-11-30 11:09:16 -03:00
isnull.rs Add documentation and core BASIC language functions 2025-11-30 11:09:16 -03:00
mod.rs Add documentation and core BASIC language functions 2025-11-30 11:09:16 -03:00
nvl_iif.rs Add documentation and core BASIC language functions 2025-11-30 11:09:16 -03:00
str_val.rs Add documentation and core BASIC language functions 2025-11-30 11:09:16 -03:00
typeof_check.rs Add documentation and core BASIC language functions 2025-11-30 11:09:16 -03:00