% coffee
coffee>
で起動。改行したい場合は末尾に¥を入れる
coffee> a = ->
[Function]
coffee> a()
coffee> a = -> \
......> 'hoge'
[Function]
coffee> a()
'hoge'
Go to list of users who liked
More than 5 years have passed since last update.
% coffee
coffee>
で起動。改行したい場合は末尾に¥を入れる
coffee> a = ->
[Function]
coffee> a()
coffee> a = -> \
......> 'hoge'
[Function]
coffee> a()
'hoge'
Register as a new user and use Qiita more conveniently
Go to list of users who liked