Language catalogKeywordswithOn this pagewithThis keyword is designed to provide a variable or a collection of variables to a statement. Syntax with [variables...] Example over @all with @plr Print {@plr -> name}end# The same binding can be written on its own line.repeat 3 with $iteration Print "iteration {$iteration}"end