my is HumPas (Human Pascal) (possible if refer some modules and make a little bit humanoid robot) {words in figure brackets are comments} simple program (finds any human named alex and says him "meet here at 6 o'clock")
I'm calling it DPL (Dynamic Programming Language). Named so because it is easily modified by adding your own libraries.
Line 1. This sets a variable inside the compilers compilation settings for this program known as LIB. LIB is the library of functions. The actual library is a file filled with the functions and the binary that it will represent in the finished program.
Line 2. This creates a function by the name of main.
Line 3. Uses the function from LIB_STANDARD namely "out". This outputs to the screen (will output not only text but images), the "temp_dat" function simply temporally allocates an area in the memory to store the text before output.