1

Hey, friends, I am using squeak for developing and I found primitives is useful, every comment belong to primitives all mentioned

See Object documentation whatIsAPrimitive

Any friend can help where to see the object document whatIsAPrimitive, thanks first!

parsifal
  • 879
  • 4
  • 12
  • 21

1 Answers1

2

You find this documentation as follows: open a class browser, search for the class Object, go to the class side, and look for the method whatIsAPrimitive.

Alternatively, you can select the word whatIsAPrimitive and hit Ctrl-m (or Apple-m on Mac) to search for a method with that name.

alienhard
  • 14,376
  • 9
  • 37
  • 28