Skip to content

Instantly share code, notes, and snippets.

@madhukar93
Created August 27, 2016 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madhukar93/a6217a9ce6b3d5a78bf64e081e65d558 to your computer and use it in GitHub Desktop.
Save madhukar93/a6217a9ce6b3d5a78bf64e081e65d558 to your computer and use it in GitHub Desktop.
module Learn where
x = 10
* 5
+ y -- why is this not a parse error, isn't this incorrect indentation
myResult = x * 5
y = 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment