|
|
|
|
| Author: Wasteland Ghost 07.02.05 15:30:05 | Синтаксис оригинального компилятора: void display_msg(string message) - выводит сообщение на информационный экран Аргументы: message - строка сообщения, которую можно получить при помощи функции message_str |
| Author: legacy information 25.06.02 14:56:41 | writeln(str)
Outputs a string to the message window (on the bottom left of the screen).
str - this is a string to output. This can either be a string bounded by '' or a string retrieved with other functions.
c Temaperacl, from Duck And Cover forum |