You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specified with foo=s? get the passed value if any, empty string
otherwise. So --foo will set %options<foo> to '', --foo=bar will result
in %options<foo> := 'bar'. In the first case, %options<foo> will still
be false, but the existance of the argument can be checked with
pir::exists()
0 commit comments