
Anyone who attempts to generate random numbers by deterministic means is, of course, living in a state of sin. -- John von Neumann
4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
CREATE (Hello:Word { val: 'Hello' }), (World:Word { val: 'World!' }),
|
|
(Hello)-[:SPACE]->(World)
|
|
RETURN Hello,World
|