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    
gop / usr / lib / gop / x / format / _testdata / gopsyntax / index.gop
Size: Mime:
a := [1, 2]
plot x => x * x
onStart x => {
	println x
}
for i <- :10 {
}
println [x*x for x <- :10]
print f()?:10