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 / session.dylan-console
Size: Mime:
? 7 * 52;
=> 364
? define variable *your-variable* = $foo;
? begin
   let yours = "apple";
   let mine = yours;
   mine == yours;
 end;
=> #t