Reflection/List properties: Difference between revisions

m
typing error in PicoLisp
(added PicoLisp)
m (typing error in PicoLisp)
Line 801:
The function <code>methods</code> can be used to print all methods of an object (only in debug mode):
 
First we define a rectangle class <code>+Rectangle</code> as subclass of a shape class <code>+Shape</code> and create an object:
 
<lang PicoLisp>
Anonymous user