4 lines
73 B
Text
4 lines
73 B
Text
|
|
var arr = %w(north east south west);
|
||
|
|
say arr.rand;
|
||
|
|
say arr.rand(2).dump;
|