BER is designed to be lightweight and flexible, making it ideal for multiple platforms. Currently, BER supports:
BER scripts (.ber files) can be run on any device with the BER runtime installed.
When your project is ready, you can package it as a .exe
or compatible executable using the create
command:
create "MyProject".exe
This generates a packaged executable file from your BER scripts that can be distributed and run on supported platforms.
Other useful commands:
duplicate "MyProject".exe
— create a copy of your project executable.rename "MyProject"(1).exe
— rename a project file with an optional number suffix.remove "MyProject".exe
— delete the project executable.To run a packaged project, use the play
command:
play "MyProject".exe
You can pause, restart, or load projects easily:
pause "MyProject".exe
— pauses the running project.restart "MyProject".exe
— restarts the project from the beginning.load "MyProject".exe
— loads project data without running./c ... e\
liberally to document your code.While BER is powerful, it’s still growing. Here are some current limitations: