very experimental :) though the rules say it should 'work' in the browser, which kind of brings a very interesting question: 'work' as the artist expects, or 'work' as no technical errors to be thrown...
fullscreen void setup() {
love("my_road","your_road","you&me");
}
void love(String y, String m, String l){
if(y!=m) l.split("&");
love(y,m,l);
}