7 | | ||Squeak primitive||description||C equivalent||Lorito op|| |
8 | | ||& |||||||| |
9 | | ||| |||||||| |
10 | | ||and: |||||||| |
11 | | ||or: |||||||| |
12 | | ||not|||||||| |
13 | | ||+ |||||||| |
14 | | ||- |||||||| |
15 | | ||* |||||||| |
16 | | ||// |||||||| |
17 | | ||\\ |||||||| |
18 | | ||min: |||||||| |
19 | | ||max:|||||||| |
20 | | ||bitAnd: |||||||| |
21 | | ||bitOr: |||||||| |
22 | | ||bitXor: |||||||| |
23 | | ||bitShift:|||||||| |
24 | | ||< |||||||| |
25 | | ||<= |||||||| |
26 | | ||= |||||||| |
27 | | ||> |||||||| |
28 | | ||>= |||||||| |
29 | | ||~= |||||||| |
30 | | ||==|||||||| |
31 | | ||isNil |||||||| |
32 | | ||notNil|||||||| |
33 | | ||whileTrue: |||||||| |
34 | | ||whileFalse: |||||||| |
35 | | ||to:do: |||||||| |
36 | | ||to:by:do:|||||||| |
37 | | ||ifTrue: |||||||| |
38 | | ||ifFalse: |||||||| |
39 | | ||ifTrue:ifFalse: |||||||| |
40 | | ||ifFalse:ifTrue:|||||||| |
41 | | ||at: |||||||| |
42 | | ||at:put:|||||||| |
43 | | ||<< |||||||| |
44 | | ||>> |||||||| |
45 | | ||bitInvert32 |||||||| |
46 | | ||preIncrement |||||||| |
47 | | ||integerValueOf:|||||||| |
48 | | ||integerObjectOf: |||||||| |
49 | | ||isIntegerObject: |||||||| |
| 7 | ||Squeak primitive||example Smalltalk code||description||equivalent C code||Lorito op|| |
| 8 | ||& |||||||||| |
| 9 | ||| |||||||||| |
| 10 | ||and: |||||||||| |
| 11 | ||or: |||||||||| |
| 12 | ||not|||||||||| |
| 13 | ||+ |||||||||| |
| 14 | ||- |||||||||| |
| 15 | ||* |||||||||| |
| 16 | ||// |||||||||| |
| 17 | ||\\ |||||||||| |
| 18 | ||min: |||||||||| |
| 19 | ||max:|||||||||| |
| 20 | ||bitAnd: |||||||||| |
| 21 | ||bitOr: |||||||||| |
| 22 | ||bitXor: |||||||||| |
| 23 | ||bitShift:|||||||||| |
| 24 | ||< |||||||||| |
| 25 | ||<= |||||||||| |
| 26 | ||= |||||||||| |
| 27 | ||> |||||||||| |
| 28 | ||>= |||||||||| |
| 29 | ||~= |||||||||| |
| 30 | ||==|||||||||| |
| 31 | ||isNil|||||||| |
| 32 | ||notNil|||||||| |
| 33 | ||whileTrue: |||||||||| |
| 34 | ||whileFalse: |||||||||| |
| 35 | ||to:do: |||||||||| |
| 36 | ||to:by:do:|||||||||| |
| 37 | ||ifTrue: |||||||||| |
| 38 | ||ifFalse: |||||||||| |
| 39 | ||ifTrue:ifFalse: |||||||||| |
| 40 | ||ifFalse:ifTrue:|||||||||| |
| 41 | ||at: |||||||||| |
| 42 | ||at:put:|||||||||| |
| 43 | ||<< |||||||||| |
| 44 | ||>> |||||||||| |
| 45 | ||bitInvert32 |||||||||| |
| 46 | ||preIncrement |||||||||| |
| 47 | ||integerValueOf:|||||||||| |
| 48 | ||integerObjectOf: |||||||||| |
| 49 | ||isIntegerObject: |||||||||| |