#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 17 Apr 2018 06:18:53 +0200
changeset 22677 71fe98c612e2
parent 22676 69e0924c2205
child 22678 1f7fff8b32a9
#OTHER by cg id???
ProgrammingLanguage.st
--- a/ProgrammingLanguage.st	Sun Apr 15 07:04:58 2018 +0200
+++ b/ProgrammingLanguage.st	Tue Apr 17 06:18:53 2018 +0200
@@ -224,8 +224,10 @@
 
 id
     "Return a unique integer id of this language.
-     id must be < 32.
-     This id is used as index to various structures used by runtime"
+     For languages built into the VM, it must be < 32.
+     This id is used as index to various structures used by runtime
+     (bytecode set ?).
+     cg: this ought to be better documented - I have no idea, where it is used"
 
     ^self subclassResponsibility