QueryEquationΒΆ
alql.spad line 162 [edit on github]
This domain implements simple database queries
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- value: % -> String
value(q)
returns the value (i.e. right hand side) ofq
.
- variable: % -> Symbol
variable(q)
returns the variable (i.e. left hand side) ofq
.