[Turn on line numbering]arg str; var t; for t in (["pub?lic", "pro?tected", "pri?vate", "r?oot", "dr?iver", "f?rob"]) { if (match_template(str, t)) return tosym(t.strip("?")); } return 'public;
// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit