Created
July 2, 2010 21:17
-
-
Save od0x0/461913 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
| Test.ooc:9:11 [ERROR] Expected include, import, statement or declaration | |
| afunction=func(x:Float)->Float{x*x} |
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
| afunction:Func(Float)->Float | |
| afunction=func(x:Float)->Float{x*x} | |
| afunction(1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment