Standard library modules include: |
# I/O
include "lang/terminal.vel"; # Terminal I/O
include "lang/filesystem.vel"; # File operations
include "lang/http.vel"; # HTTP client
include "lang/socket.vel"; # TCP sockets
# Types
include "lang/bool.vel"; # Bool extensions
include "lang/int.vel"; # Int extensions
include "lang/str.vel"; # String extensions
include "lang/array.vel"; # Array extensions
include "lang/map.vel"; # Generic hash map
# Utilities
include "lang/time.vel"; # Time operations
include "lang/base64.vel"; # Base64 encoding
|