5 lines
81 B
Text
5 lines
81 B
Text
|
|
procedure main()
|
||
|
|
L := [1,2,3] # a list
|
||
|
|
x := ?L # random element
|
||
|
|
end
|