<head><title>ColdC: Function/Method Reference: method_flags()</title></head> <body> <h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: method_flags()</h1> <hr> <p> <font size=+1><i>LIST</i> <b>method_flags</b>(<i>SYMBOL <b>name</b></i>)</font> <p>This function finds the method named by <var>name</var> and returns the list of flags currently set on the method. Method flags are fully explained in the section on <a href="/ColdC/methods.html">Defining Methods</a>. If the method <var>name</var> cannot be found, the error <code>~methodnf</code> is thrown. <p><hr size=4><p align=center><i>Last Modified on Feb 26 1996</i> <br><i>Copyright © 1995, 1996, Brandon Gillespie</i> </body>