You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fernando Correa de Oliveira edited this page Sep 6, 2019
·
1 revision
my@a:= ListOfStuff.^all.batch(10); # Returns a ResultSeqSeq (no SQL is run).sayfor@a[0]; # prints every element from the first page# (now Red will run the query).sayfor@a[5]; # query and prints the 6th page