RosettaCodeData/Task/Check-that-file-exists/Axe/check-that-file-exists.axe
2023-07-01 13:44:08 -04:00

5 lines
75 B
Text

If GetCalc("appvINPUT")
Disp "EXISTS",i
Else
Disp "DOES NOT EXIST",i
End