Инструменты пользователя

Инструменты сайта


ob:visual:out:ru

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Следующая версия
Предыдущая версия
Следующая версия Следующая версия справа и слева
ob:visual:out:ru [2022/10/02 20:35]
iadenisov создано
ob:visual:out:ru [2022/10/03 21:20]
iadenisov
Строка 1: Строка 1:
 +====== Модуль Out ======
 +
 +
 Модуль для совместимости с учебными примерами. Модуль для совместимости с учебными примерами.
  
-PROCEDURE Char (ch: CHAR)+PROCEDURE **Char** (ch: CHAR) 
 Writes a character into the log. Writes a character into the log.
  
-PROCEDURE Ln+PROCEDURE **Ln** 
 Writes a carriage return into the log. Writes a carriage return into the log.
  
-PROCEDURE Int (i, n: INTEGER) +PROCEDURE **Int** (i, n: INTEGER) 
-Writes an integer number into the log, with n digits.+ 
 +Writes an integer number into the log, with n digits.\\
 If n is too small (e.g., 0) to represent the number correctly, If n is too small (e.g., 0) to represent the number correctly,
 the necessary minimal number of digits is used. the necessary minimal number of digits is used.
  
-PROCEDURE Real (x: REAL; n: INTEGER) +PROCEDURE **Real** (x: REAL; n: INTEGER) 
-Writes a real number into the log, with n digits.+ 
 +Writes a real number into the log, with n digits.\\
 If n is too small (e.g., 0) to represent the number correctly, If n is too small (e.g., 0) to represent the number correctly,
 the necessary minimal number of digits is used. the necessary minimal number of digits is used.
  
-PROCEDURE String (str: ARRAY OF CHAR)+PROCEDURE **String** (str: ARRAY OF CHAR) 
 Writes a string into the log. Writes a string into the log.
ob/visual/out/ru.txt · Последнее изменение: 2023/11/14 15:13 — iadenisov