Skip to content

Commit c5984b3

Browse files
committed
coerce
1 parent 1fd5e48 commit c5984b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

+stdlib/exists.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
% * ok: true if exists
1111

1212
function y = exists(p)
13+
arguments
14+
p string
15+
end
1316

1417
y = isfile(p) | isfolder(p);
1518

0 commit comments

Comments
 (0)