RosettaCodeData/Task/Reflection-List-methods/Factor/reflection-list-methods.factor

8 lines
193 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
USING: io math prettyprint see ;
"The list of methods contained in the generic word + :" print
\ + methods . nl
"The list of methods specializing on the fixnum class:" print
fixnum methods .