e.g.
function G(x: int): int decreases x + 1 when x >= 0 { if 0 <= x then G(x - 2) else x }Does not contain syntax highlighting
Links to language:
Thanks.
Please authenticate to join the conversation.
Closed
Bug Reports
Get notified by email when there are changes.
Closed
Bug Reports
Get notified by email when there are changes.