Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Genero Business Development Language

< >

Genero Business Development Language is a programming language created in 2010.

#2854on PLDB 14Years Old 52Repos

Genero Business Development Language (BDL) is a program language designed to write an interactive database application.


Example from the web:
OPTIONS SHORT CIRCUIT IMPORT FGL cust_data SCHEMA stores PRIVATE CONSTANT c_title = "Customer data form" PUBLIC TYPE t_cust RECORD LIKE customer.* PRIVATE DEFINE cust_arr DYNAMIC ARRAY OF t_cust MAIN ... END MAIN DIALOG cust_dlg() INPUT BY NAME cust_rec.* ... END INPUT END DIALOG FUNCTION cust_display() ... END FUNCTION FUNCTION cust_input() ... END FUNCTION REPORT cust_rep(row) ... END REPORT

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0