# function arrows methodA:-> 'A' methodB:=> 'B' methodC:()=> 'C' methodD:()-> 'D' methodE:(a,b)-> 'E' methodF:(c,d)-> 'F' -> 'G' => 'H' (-> 'I') (=> 'J') # strings "#{wow}" "w#{wow}w" "#wow" "wow#" "w#ow" '#{wow}' 'w#{wow}w' '#wow' 'wow#' 'w#ow'