Discussion:
Methods Question
giovanni.angello
2013-04-16 17:42:23 UTC
Permalink
I was hoping to find all of the pre-established routines (convenience methods(?))such as:

asNum()
asNan()
asObject
flatten
reduce(+)
.
.
etc.

Is there a website or an Io command that lists these?
Are there examples?

Thanx!
Jacob Peck
2013-04-16 17:46:29 UTC
Permalink
Hello,

You could try:

Io> Object slotSummary

to get a nice readout of the defined slots on Object. Also, you could
check the docs: http://iolanguage.org/scm/io/docs/reference/index.html

HTH,
-->Jake
Post by giovanni.angello
asNum()
asNan()
asObject
flatten
reduce(+)
.
.
etc.
Is there a website or an Io command that lists these?
Are there examples?
Thanx!
Loading...