Dear Sir,
I know import for modules and cl, but import
must be placed separately in the header and
cl will consult the database, like e(End).
I thought import is something new, which will
enable us to initiate variables from other
files as well. For example if you use some
program (like Perl) to download and
save some file with data, you must read
and process them with Picat:
12 5 45
read_file_lines(F) ... split ...
while if you are in Perl you could just print
A = [12, 5, 45],
and then get it directly to Picat.
Best regards
Josef
Dne neděle 30. března 2025 v 23:30:59 UTC+2 uživatel Hakan Kjellerstrand napsal: