var $function = $$(function() {
        $.Environment("a", $$(100));
        return $.Environment("a").neg();
      });