# Genuary2026_OneLineFormat

# **OneLineToMake**

For the 20th Prompt of **Genuary2026**: `One Line`, “**OneLineToMake**” Uses One line of ***Ruby/SonicPi*** to make Poems from the output.

## Code, OutPut + Poem 1

```ruby
5.times { puts ('a'..'z').step(dice(4)+2).to_a.shuffle.join(' ') }
```

```ocaml
y i q m u e a
u q y i e m a
a e q u m i y
m a j p y g s d v
g s a y m
```

```ocaml
You’re in Quantifiable  measures under every arc
Uniting questions, your inner entity may ask
Availability emotes quivers until minds inquire yearly
Making answers, jousting potential yearnings, Gathering some diverse velocity
Gimmicks, some are: Your Move
```

## OutPut + Poem 2

```ruby
5.times { f.puts(('a'..'z').step(rrand_i(3,5)).to_a.shuffle.join(' '))}
```

```ruby
a p f k z u
m d y s j g v p a
f p u k a z
z a f p u k
e a i y q u m
```

```ocaml
Another Poetic Format, kindly zooming under
Multiple directionalities, yesterday’s seconds jumping , ground, verbally pursuing actions
Forming pressures  under Keys, above zooms
Zipping and Flipping, performing unique kicks
Easily admiring, inflicting Yondering questions, uhmm maybe?

```
