BER Programming Language - Deployment

Where is BER Supported?

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.

Packaging Your BER Projects

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:

Running BER Projects

To run a packaged project, use the play command:

play "MyProject".exe

You can pause, restart, or load projects easily:

Deployment Tips & Best Practices

Known Limitations

While BER is powerful, it’s still growing. Here are some current limitations:

Well, you got to the end! Go to Bonus if you wanna know more.