class Ven::Suite::QNext

Defined in:

ven/suite/quote.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(tag : Ven::Suite::QTag, scope : String | Nil, args : Quotes) #

Instance Method Detail

def args : Array(Ven::Suite::Quote) #

def args=(args : Array(Ven::Suite::Quote)) #

def clone #

Returns a copy of self with all instance variables cloned.


def scope : String? #

def scope=(scope : Nil | String) #

def tag : QTag #

def to_s(io) #

Lisp-like pretty-printing.

Use Qtos for Ven-like results.


Macro Detail

macro defquote!(*fields) #