nt.def
author Jan Vrany <jan.vrany@labware.com>
Wed, 03 Feb 2021 11:52:30 +0000
branchjv
changeset 25410 c91ea94445d1
parent 5925 a6914726ffcd
permissions -rw-r--r--
Reworked `SimulatedClassPool >> #associationAt:ifAbsent:` to throw an error ...if there's no such class variable. This makes it behave more like dictionary / pool.

LIBRARY libbasic
DESCRIPTION     'Smalltalk/X Basic classes'
VERSION         3.5
CODE            EXECUTE READ 
DATA            READ WRITE
SECTIONS
    INITCODE    READ EXECUTE 
    INITDATA    READ WRITE 
EXPORTS 
    _libbasic_Init