You can edit almost every page by Creating an account. Otherwise, see the FAQ.

M++

From EverybodyWiki Bios & Wiki

M++ is a basic programming language for basic apps! Just like displaying something on the screen, beeping or displaying an image. It does not have any statements. Explanation:
- "SetCompat=" = It should be 1.3
- "Include Application.TextOut" = Enables the text output, this should be written if you want to print something
- "ShowMessageBox=" = Shows a message box with the word after this command
- "TextOut.PrintText=" = Prints the text after this text
- "Beep()" = Beeps
- "Exit()" = Exits the application
- "TextOut.ClearText()" = Clears the text
- "TextOut.CharSpace()" = Leaves a space between the words
- "TextOut.NewLine()" = Creates a new line
- "Application.SetTitle=" = Type the apllication title (only one word) after this command - "Repeat()" = Repeats the app code

Example of an app: SetCompat = 1.3 Beep() Exit()

This app will beep and exit!

How to make your own apps: Open up the M++ Editor (M++_Editor.exe) and type the code, save. If you want to run the script, open up the M++ Debugger (M++_Debugger.exe) and wait until an prompt opens and says "Open", then select your script, finally let it run!

Download: https://drive.google.com/open?id=1DhcRA_FOi0bpfaUtwzRoyJ2-TFYVHCjO

References[edit]


This article "M++" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:M++. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.