Repository URL to install this package:
|
Version:
2.5.0 ▾
|
# 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'