Delete Smalltalk.cs.st (#990)

This commit is contained in:
XAMPPRocky 2023-04-23 03:12:01 +02:00 committed by GitHub
parent 5acdb19b6a
commit ebf199b341
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,16 +0,0 @@
"16 lines 9 code 5 comment 2 blank"
exampleWithNumber: x
| y |
"this is a comment"
true & false not & (nil isNil) ifFalse: [self halt].
y := self size + super size.
#($a #a 'a' 1 1.0)
do: [ :each |
"This is
a multiline
comment"
Transcript show: (each class name);
show: ' '].
^x < y