Repository URL to install this package:
|
Version:
2.5.0 ▾
|
? 7 * 52;
=> 364
? define variable *your-variable* = $foo;
? begin
let yours = "apple";
let mine = yours;
mine == yours;
end;
=> #t