7 lines
176 B
Text
7 lines
176 B
Text
|
|
# generate a stream (ursa equivalent of a list)
|
||
|
|
decl string<> str
|
||
|
|
append "these" "are" "some" "values" str
|
||
|
|
|
||
|
|
decl ursa.util.random r
|
||
|
|
out str<(r.getint (size str))> endl console
|