Skip to content
Snippets Groups Projects
Commit 971eb269 authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

more tests for iteration ops

parent e425b46e
No related branches found
No related tags found
No related merge requests found
......@@ -58,3 +58,33 @@ llook(0,begin,$NomAcc, equal(cas[$NomAcc],{nom,acc}))
False
NomAcc=nowhere
---
position=0
only(10,12,$Loc, in(loc, cas[$Loc]))
True
Loc=12
---
position=0
only(10,13,$Loc, in(loc, cas[$Loc]))
False
Loc=nowhere
---
position=0
atleast(9,13,$Loc, in(loc, cas[$Loc]), 3)
True
Loc=12
---
position=0
atleast(9,13,$Loc, in(loc, cas[$Loc]), 4)
False
Loc=nowhere
---
position=-1
llook(0,begin,$NomAcc, equal(cas[$NomAcc],{nom,acc}))
False
NomAcc=nowhere
---
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment