Skip to content

Instantly share code, notes, and snippets.

@od0x0
Created July 2, 2010 21:17
Show Gist options
  • Save od0x0/461913 to your computer and use it in GitHub Desktop.
Save od0x0/461913 to your computer and use it in GitHub Desktop.
Test.ooc:9:11 [ERROR] Expected include, import, statement or declaration
afunction=func(x:Float)->Float{x*x}
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