QueryEquation

alql.spad line 162 [edit on github]

This domain implements simple database queries

coerce : % -> OutputForm
from CoercibleTo(OutputForm)
equation : (Symbol, String) -> %

equation(s,"a") creates a new equation.

value : % -> String

value(q) returns the value (i.e. right hand side) of q.

variable : % -> Symbol

variable(q) returns the variable (i.e. left hand side) of q.

CoercibleTo(OutputForm)