RosettaCodeData/Task/Check-that-file-exists/Axe/check-that-file-exists.axe
2016-12-05 23:44:36 +01:00

5 lines
75 B
Text

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