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/for.if
990 views
#Author : Jonas Bonèr <[email protected]>
#name : for (x <- xs if guard) { ... }
# --
for (${1:x} <- ${2:xs} if ${3:guard}) {
  $0
}