RosettaCodeData/Task/Reflection-List-methods/PicoLisp/reflection-list-methods-2.l

6 lines
183 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: (setq R (new '(+Rectangle) 0 0 30 20))
-> $177356065126400
: (methods R)
-> ((draw> . +Rectangle) (perimeter> . +Rectangle) (area> . +Rectangle) (T . +Rectangle) (move> . +Shape))