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:
parent
acb8945dec
commit
40c1616cce
5 changed files with 42 additions and 21 deletions
|
|
@ -5,10 +5,14 @@ $ f
|
|||
b
|
||||
$ c
|
||||
c
|
||||
~ next("a","b","c")
|
||||
~ next(&a, &b, &c)
|
||||
|
||||
~ f
|
||||
|
||||
~ f
|
||||
|
||||
~ f
|
||||
|
||||
~ f
|
||||
|
||||
~ f
|
||||
|
|
@ -5,10 +5,14 @@ $ f
|
|||
b
|
||||
$ c
|
||||
c
|
||||
~ random("a","b","c")
|
||||
~ random(&a,&b,&c)
|
||||
|
||||
~ f
|
||||
|
||||
~ f
|
||||
|
||||
~ f
|
||||
|
||||
~ f
|
||||
|
||||
~ f
|
||||
~ f
|
||||
Loading…
Add table
Add a link
Reference in a new issue