X++
high-level proprietary programming language used to develop the Axapta Microsoft ERP system
Developed by: Microsoft
Wikidata: Q4053269
Language types: object-based language
X++ Influence Network
Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.
Hello World in X++
class classHello
{
}
static void main(args Args)
{
dialog dialog;
dialog = new dialog();
dialog.addText("Hello World");
dialog.run();
}
Source: github.com/leachim6/hello-world
Search on GitHub
Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
---|
Latest data update: 2024-12-11