i: VAR int
pre: VAR (prefix?(<=))
suf: VAR (suffix?(<=))
% Attempting to use the ordered_subset definitions directly in the % judgements below causes PVS 3.2 to complain that the variable '<=' is % undeclared. Changing to 'reals.<=' causes the parser to choke on the '.'.
upto(i): MACRO (prefix?(<=)) = upto(i, <=)
below(i): MACRO (prefix?(<=)) = below(i, <=)
above(i): MACRO (suffix?(<=)) = above(i, <=)
upfrom(i): MACRO (suffix?(<=)) = upfrom(i, <=)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.