Add tags

Add tags to the following comment

Squeak Smalltalk で。

1
2
3
4
5
| fridayThe13ths |
fridayThe13ths := (Date today to: 2013 asYear end) dates 
    select: [:date | date dayOfMonth = 13 and: [date dayOfWeekName = #Friday]].
World findATranscript: nil.
^fridayThe13ths do: [:each | Transcript cr; show: each]; size

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...