Created
April 6, 2016 01:27
-
-
Save gabejohnson/0702f95b68586b2ee939540da9d7492a to your computer and use it in GitHub Desktop.
sweetjs simple test
This file contains 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
syntax foo = function(ctx) { | |
let result = #`foo(`; | |
result = result.concat(#`)`); | |
return result; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment