Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / examplefiles / example.pony
Size: Mime:
use "somepkg"

/*
 /* Nested */
*/

class trn Foo[A: Stringable ref] is Stringable
  let _x = "\""
  
  fun val dofoo() =>
    """
    DocString
    """
    (U64(2), "foo")._2

actor Main
  new create(env: Env) =>
    env.out.print("Hello world")