T
T
timur kup2020-09-06 18:47:05
Pascal
timur kup, 2020-09-06 18:47:05

How to make an import in Pascal?

How to import a library in pascal?
Please give a layout how to connect the library to the code. (I want to import the time library and make code delays using time.sleep )

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
HemulGM, 2020-09-06
@HemulGM

Have you tried the instructions?
Write immediately sleep(1000); and that's all
There are no "libraries" in Pascal (Pytonists...). Pascal has modules. Modules in pascal are connected after keyword uses - to use.

uses
  Math;

begin

end.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question