Difference between revisions of "Content Assist Lambda"

From CSE231 Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<nowiki>
+
<nowiki>() -> {
() -> {${cursor}
+
    ${cursor}
}
+
}</nowiki>
</nowiki>
 
  
 
[[File:TemplatePreferences.png]]
 
[[File:TemplatePreferences.png]]
  
 
[[File:LambdaTemplate.png]]
 
[[File:LambdaTemplate.png]]

Revision as of 23:02, 20 September 2017

() -> {
    ${cursor}
}

TemplatePreferences.png

LambdaTemplate.png