-
Notifications
You must be signed in to change notification settings - Fork 192
Open
@aman-godara
Description
Description
Proposal (by @everythingfunctional) to add back
argument to find
function (as merged in PR: #433)
Often there is a back=.false. argument to functions like this (i.e. the intrinsic function index, which is very much like this one).
Prior Art
intrinsic index
of fortran provides back
argument.