home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 310_01 / basic.out < prev    next >
Text File  |  1990-04-20  |  394b  |  42 lines

  1. Little Smalltalk
  2.     88
  3. 3.14159
  4. this is it
  5. #( #this #is #also #it )
  6. True
  7. shallowCopy
  8. respondsTo:
  9. printString
  10. print
  11. notNil
  12. next
  13. isNil
  14. isMemberOf:
  15. isKindOf:
  16. first
  17. error:
  18. do:
  19. deepCopy
  20. copy
  21. class
  22. asSymbol
  23. asString
  24. ~=
  25. =
  26. ~~
  27. ==
  28. #( 22 17 )
  29. time:
  30. sh:
  31. perform:withArguments:
  32. noDisplay
  33. doPrimitive:withArguments:
  34. displayAssign
  35. display
  36. debug:
  37. date
  38. clearScreen
  39. Main
  40.     
  41.  
  42.