1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00

Rewrite next, random using references

This commit is contained in:
Étienne Fildadut 2021-12-09 17:23:54 +01:00
parent acb8945dec
commit 40c1616cce
5 changed files with 42 additions and 21 deletions

View file

@ -5,10 +5,14 @@ $ f
b
$ c
c
~ next("a","b","c")
~ next(&a, &b, &c)
~ f
~ f
~ f
~ f
~ f

View file

@ -5,10 +5,14 @@ $ f
b
$ c
c
~ random("a","b","c")
~ random(&a,&b,&c)
~ f
~ f
~ f
~ f
~ f
~ f