BER Programming Language - Coding & Supported Features
Explore what you can build with BER! Here’s a list of common project types and coding examples, plus what features BER currently supports.
Popular Coding Examples & Projects
- Simple Scripts: Automate tasks like file management with commands like
create
, remove
, and rename
.
- Functions & Reusable Code: Define and call your own functions for clean, reusable logic.
- Basic Games: Use control flow, timers, and events to create simple interactive games.
- Text-based Utilities: Build tools that output text with
board:
for useful user interfaces.
- File Handling: Load, pause, and restart executables/scripts to manage complex workflows.
Supported Features in BER
- String output with
board:
- Comments with
/c ... e\
- File operations:
create
, duplicate
, remove
, rename
, play
, pause
, restart
, load
- Functions:
function name ... end
and calling with name run
- Control flow with
if
, else
, and end
- Boolean logic and status checks
- Basic events and timers
BER is growing! More features and commands will be added with future updates.