Removed silly micro-optimisations that duplicated code unnecessarily.
[panda.git] / tests / data / lexer-input-01.txt
blob3438f26ee5baa26303df88990e629cf58e320d2f
1 fibonacci
2         (self = 1) | (self = 0)
3                 ifTrue: [ ^ 1]
4                 ifFalse: [^ (self-1) fibonacci + (self-2) fibonacci].
5                 
6      #(1 2 3 4 (523525253253e-2422342+3)) collect:[:x :y| x <y].
7      
8      self respondsTo:#hello i_______7092342abce
9      
10      "the second symbol constant below is actually contains an invalid keyword selector pattern (need a ':' at the end of '#at:put')" 
11      #at:put: #at:put #at :put