SmalltalkLanguage.st
changeset 21295 a6f5e53be7f3
parent 19985 19f838cc0bd5
child 21296 423142475183
equal deleted inserted replaced
21294:001df69aba2d 21295:a6f5e53be7f3
       
     1 "
       
     2  COPYRIGHT (c) 2009 by Jan Vrany
       
     3  COPYRIGHT (c) 2009 by eXept Software AG
       
     4               All Rights Reserved
       
     5 
       
     6  This software is furnished under a license and may be used
       
     7  only in accordance with the terms of that license and with the
       
     8  inclusion of the above copyright notice.   This software may not
       
     9  be provided or otherwise made available to, or used by, any
       
    10  other person.  No title to or ownership of the software is
       
    11  hereby transferred.
       
    12 "
     1 "{ Package: 'stx:libbasic' }"
    13 "{ Package: 'stx:libbasic' }"
     2 
    14 
     3 "{ NameSpace: Smalltalk }"
    15 "{ NameSpace: Smalltalk }"
     4 
    16 
     5 ProgrammingLanguage subclass:#SmalltalkLanguage
    17 ProgrammingLanguage subclass:#SmalltalkLanguage
     8 	poolDictionaries:''
    20 	poolDictionaries:''
     9 	category:'Kernel-Languages'
    21 	category:'Kernel-Languages'
    10 !
    22 !
    11 
    23 
    12 !SmalltalkLanguage class methodsFor:'documentation'!
    24 !SmalltalkLanguage class methodsFor:'documentation'!
       
    25 
       
    26 copyright
       
    27 "
       
    28  COPYRIGHT (c) 2009 by Jan Vrany
       
    29  COPYRIGHT (c) 2009 by eXept Software AG
       
    30               All Rights Reserved
       
    31 
       
    32  This software is furnished under a license and may be used
       
    33  only in accordance with the terms of that license and with the
       
    34  inclusion of the above copyright notice.   This software may not
       
    35  be provided or otherwise made available to, or used by, any
       
    36  other person.  No title to or ownership of the software is
       
    37  hereby transferred.
       
    38 "
       
    39 !
    13 
    40 
    14 documentation
    41 documentation
    15 "
    42 "
    16     provide info about which tools are to be used for smalltalk code
    43     provide info about which tools are to be used for smalltalk code
    17 "
    44 "