📖 RADS Language Documentation
Complete reference guide for the RADS programming language
Welcome to RADS Documentation
This comprehensive guide covers everything you need to know about the RADS programming language.
🚀 Introduction
Learn about RADS philosophy, features, and getting started
📝 Syntax Basics
Comments, statements, and basic language structure
🔢 Data Types
Primitives, arrays, strings, and complex types
⚡ Functions
Function declaration, parameters, return values
🔀 Control Flow
If-else, loops, switch statements
🏗️ Structs & Enums
Custom data types and enumerations
⚡ Async/Await
Asynchronous programming with async/await
🌐 Networking
HTTP servers, clients, and network programming
🎨 Media Processing
Audio and image processing capabilities
📚 Standard Library
Complete reference for built-in modules
Quick Reference
Hello World:
blast main() {
echo("Hello, RADS World! 🚀");
}
Run your program:
rads yourfile.rads