codesnippets:letandwhereconstructs
Table of Contents
Let and where constructs
Hard differences
Inside expression
Function that use functions
- where constructs are legal
- let constructs are ilegal
- example code:
let vowels = "AEIOUaeiou" in hasVowel = ...
✎
You could leave a comment if you were logged in.
codesnippets/letandwhereconstructs.txt · Last modified: by 127.0.0.1
