module Lisp
Copyright 2014 David R. Astels. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
Constants
- FALSE
- TRUE
- TopLevelEnvironments
Public Class Methods
named_let_stack()
click to toggle source
# File lib/rubylisp/builtins.rb, line 4 def self.named_let_stack @@named_let_stack ||= Array.new end