qed-lang
qed-lang is an actively used programming language created in 2015.
5Years Old | ?Users | ?Jobs |
- the qed-lang website
- qed-lang first appeared in 2015
- the qed-lang team is on twitter
- Have a question about qed-lang not answered here? Email me and let me know how I can help.
Example code from the web:
void Button(string text) { int col = 0xC0C0C0; @out(" " + text + " ") } @out(rect()) @bgcol(col) @onpress(col = 0x808080) @onrelease([col = 0xC0C0C0, return()]) Button("Form 1"); println("Form 1 clicked"); Button("Form 2"); println("Form 2 clicked"); Button("Quit"); return(0);
Last updated August 9th, 2020