Check that file exists: Difference between revisions

m
→‎{{header|PARI/GP}}: Added language to template
(Removed the renaming of the REXX entry back to the original header, there is no CLASSIC REXX (as such) header in Rosetta Code. Please don't rename language headers.)
m (→‎{{header|PARI/GP}}: Added language to template)
Line 944:
 
=={{header|PARI/GP}}==
{{incomplete|PARI/GP|Needs to check directories and the filesystem root.}}
<lang parigp>trap(,"does not exist",read("input.txt");"exists")</lang>