Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
marvel
GitHub Repository: marvel/qnf
Path: blob/master/elisp/emacs-for-python/yasnippet/snippets/scala-mode/foreach
990 views
#Author : Jonas Bonèr <[email protected]>
#name : foreach(x => ..)
# --
foreach(${1:x} => ${2:body}) $0