removed unneeded text

This commit is contained in:
hyunghwan.chung
2016-05-07 01:37:44 +00:00
parent f9ad51b5c5
commit 4bbd5b52bb
14 changed files with 81 additions and 159 deletions

View File

@ -5,6 +5,8 @@
#include 'Boolean.st'.
#########################################################################################
#class Error(Object)
{
#method(#class) signal: aString
@ -350,3 +352,7 @@ f isNil ifTrue: [ self error: 'No such function' ].
}
#########################################################################################
## #include 'Console.st'