class Ven::Suite::QAssign

Defined in:

ven/suite/quote.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(tag : Ven::Suite::QTag, target : Quote, value : Quote, global : Bool) #

Instance Method Detail

def clone #

Returns a copy of self with all instance variables cloned.


def global : Bool #

def global=(global : Bool) #

def tag : QTag #

def target : Ven::Suite::Quote #

def target=(target : Ven::Suite::Quote) #

def to_s(io) #

Lisp-like pretty-printing.

Use Qtos for Ven-like results.


def value : Ven::Suite::Quote #

def value=(value : Ven::Suite::Quote) #

Macro Detail

macro defquote!(*fields) #