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

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


ob:visual:out:ru

Это старая версия документа!


Модуль для совместимости с учебными примерами.

PROCEDURE Char (ch: CHAR) Writes a character into the log.

PROCEDURE Ln Writes a carriage return into the log.

PROCEDURE Int (i, n: INTEGER) Writes an integer number into the log, with n digits. If n is too small (e.g., 0) to represent the number correctly, the necessary minimal number of digits is used.

PROCEDURE Real (x: REAL; n: INTEGER) Writes a real number into the log, with n digits. If n is too small (e.g., 0) to represent the number correctly, the necessary minimal number of digits is used.

PROCEDURE String (str: ARRAY OF CHAR) Writes a string into the log.

ob/visual/out/ru.1664732141.txt.gz · Последнее изменение: 2022/10/02 20:35 — iadenisov