Created
January 22, 2019 17:11
-
-
Save bradyt/181abdf75da8183f45349aa53bf0d6f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| void main() { | |
| var world = 'world'; | |
| var a = 'hello ${ | |
| world | |
| }'; | |
| print(a); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment