Add parser support for output statements
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
input: n -> integer.
|
||||
output: q/1.
|
||||
|
||||
axiom: forall N1, N2, N3 (N1 > N2 and N3 > 0 -> N1 * N3 > N2 * N3).
|
||||
axiom: (p(0) and forall N (N >= 0 and p(N) -> p(N + 1))) -> (forall N p(N)).
|
||||
|
Reference in New Issue
Block a user